Lines 27-34
Link Here
|
27 |
* as hopefully in few weeks all 2.6.24-rc1 users will be gone. |
27 |
* as hopefully in few weeks all 2.6.24-rc1 users will be gone. |
28 |
*/ |
28 |
*/ |
29 |
|
29 |
|
30 |
#include <linux/autoconf.h> |
|
|
31 |
#include <linux/version.h> |
30 |
#include <linux/version.h> |
|
|
31 |
#if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 33) |
32 |
#include <linux/autoconf.h> |
33 |
#else |
34 |
#include <generated/autoconf.h> |
35 |
#endif |
32 |
|
36 |
|
33 |
#if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 23) |
37 |
#if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 23) |
34 |
# error This compile test intentionally fails. |
38 |
# error This compile test intentionally fails. |