--- a/driver/include/linuxver.h +++ b/driver/include/linuxver.h @@ -19,8 +19,10 @@ #include #if (LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 0)) #include -#else +#elif (LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 34)) #include +#else +#include #endif #include @@ -111,7 +113,6 @@ typedef irqreturn_t(*FN_ISR) (int irq, v #if defined(CONFIG_PCMCIA) || defined(CONFIG_PCMCIA_MODULE) -#include #include #include #include