]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - drivers/staging/meilhaus/me6000_ao.h
Staging: remove unused #include <linux/version.h>'s
[mv-sheeva.git] / drivers / staging / meilhaus / me6000_ao.h
index 9629649cd4103bcafab2b4fb5246ba1ba92cf1ed..d86fb29265f5a130ed34a7e8d6b3aa4133e9ed68 100644 (file)
@@ -27,7 +27,6 @@
 #ifndef _ME6000_AO_H_
 #define _ME6000_AO_H_
 
-#include <linux/version.h>
 #include "mesubdevice.h"
 #include "mecirc_buf.h"
 #include "meioctl.h"
@@ -160,11 +159,7 @@ typedef struct me6000_ao_subdevice {
        wait_queue_head_t wait_queue;                   /**< Wait queue to put on tasks waiting for data to arrive. */
 
        struct workqueue_struct *me6000_workqueue;
-#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,20)
-       struct work_struct ao_control_task;
-#else
        struct delayed_work ao_control_task;
-#endif
 
        volatile int ao_control_task_flag;              /**< Flag controling reexecuting of control task */