diff options
Diffstat (limited to 'linux/drivers/media/dvb/b2c2/flexcop-common.h')
-rw-r--r-- | linux/drivers/media/dvb/b2c2/flexcop-common.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/linux/drivers/media/dvb/b2c2/flexcop-common.h b/linux/drivers/media/dvb/b2c2/flexcop-common.h index 22fc0490d..166f0fb09 100644 --- a/linux/drivers/media/dvb/b2c2/flexcop-common.h +++ b/linux/drivers/media/dvb/b2c2/flexcop-common.h @@ -10,9 +10,7 @@ #include <linux/pci.h> #include "compat.h" -#if LINUX_VERSION_CODE > KERNEL_VERSION(2,6,15) #include <linux/mutex.h> -#endif #include "flexcop-reg.h" @@ -84,11 +82,7 @@ struct flexcop_device { int (*fe_sleep) (struct dvb_frontend *); struct flexcop_i2c_adapter fc_i2c_adap[3]; -#if LINUX_VERSION_CODE > KERNEL_VERSION(2,6,15) struct mutex i2c_mutex; -#else - struct semaphore i2c_mutex; -#endif struct module *owner; /* options and status */ |