summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/b2c2/flexcop-usb.c
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <devnull@localhost>2006-01-06 19:19:12 +0000
committerMauro Carvalho Chehab <devnull@localhost>2006-01-06 19:19:12 +0000
commitdf494baee07b4aa44ff5f8791cd4b972e3c7c8c3 (patch)
treebe4d89fa7e12b9b167d0e52bab3449ada58104be /linux/drivers/media/dvb/b2c2/flexcop-usb.c
parentf987d5c10765573cc585947390dc8f42706b0d0f (diff)
downloadmediapointer-dvb-s2-df494baee07b4aa44ff5f8791cd4b972e3c7c8c3.tar.gz
mediapointer-dvb-s2-df494baee07b4aa44ff5f8791cd4b972e3c7c8c3.tar.bz2
Latest patch #ifs were wrong. fixing.
kernel-sync. Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Diffstat (limited to 'linux/drivers/media/dvb/b2c2/flexcop-usb.c')
-rw-r--r--linux/drivers/media/dvb/b2c2/flexcop-usb.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/linux/drivers/media/dvb/b2c2/flexcop-usb.c b/linux/drivers/media/dvb/b2c2/flexcop-usb.c
index b5a590115..78e0adf0f 100644
--- a/linux/drivers/media/dvb/b2c2/flexcop-usb.c
+++ b/linux/drivers/media/dvb/b2c2/flexcop-usb.c
@@ -544,7 +544,9 @@ static struct usb_device_id flexcop_usb_table [] = {
/* usb specific object needed to register this driver with the usb subsystem */
static struct usb_driver flexcop_usb_driver = {
+#if LINUX_VERSION_CODE <= KERNEL_VERSION(2,6,15)
.owner = THIS_MODULE,
+#endif
.name = "b2c2_flexcop_usb",
.probe = flexcop_usb_probe,
.disconnect = flexcop_usb_disconnect,