summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/dvb-usb/vp7045.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/dvb-usb/vp7045.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/dvb-usb/vp7045.c')
-rw-r--r--linux/drivers/media/dvb/dvb-usb/vp7045.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/dvb/dvb-usb/vp7045.c b/linux/drivers/media/dvb/dvb-usb/vp7045.c
index 70c8f2503..812d4d5fb 100644
--- a/linux/drivers/media/dvb/dvb-usb/vp7045.c
+++ b/linux/drivers/media/dvb/dvb-usb/vp7045.c
@@ -253,7 +253,7 @@ static struct dvb_usb_properties vp7045_properties = {
/* usb specific object needed to register this driver with the usb subsystem */
static struct usb_driver vp7045_usb_driver = {
-#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,15)
+#if LINUX_VERSION_CODE <= KERNEL_VERSION(2,6,15)
.owner = THIS_MODULE,
#endif
.name = "dvb_usb_vp7045",