diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-02-17 13:46:22 +0000 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-02-17 13:46:22 +0000 |
commit | 538850e6819a36200323bf1469eb8544e4f4e0c6 (patch) | |
tree | 40a9721226120ab1a3dfdcb168eee69807bed057 /linux/drivers | |
parent | b6705f84947f09dd3858f839267c9662fdbd667b (diff) | |
download | mediapointer-dvb-s2-538850e6819a36200323bf1469eb8544e4f4e0c6.tar.gz mediapointer-dvb-s2-538850e6819a36200323bf1469eb8544e4f4e0c6.tar.bz2 |
Drop test for kernel version 2.6.15
From: Jean Delvare <khali@linux-fr.org>
The v4l-dvb repository supports kernel versions 2.6.16 and later only,
so no need to test for kernel version 2.6.15.
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'linux/drivers')
-rw-r--r-- | linux/drivers/media/dvb/dvb-usb/af9015.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/linux/drivers/media/dvb/dvb-usb/af9015.c b/linux/drivers/media/dvb/dvb-usb/af9015.c index 88a365ad9..ca7609583 100644 --- a/linux/drivers/media/dvb/dvb-usb/af9015.c +++ b/linux/drivers/media/dvb/dvb-usb/af9015.c @@ -1507,9 +1507,6 @@ static void af9015_usb_device_exit(struct usb_interface *intf) /* usb specific object needed to register this driver with the usb subsystem */ static struct usb_driver af9015_usb_driver = { -#if LINUX_VERSION_CODE <= KERNEL_VERSION(2, 6, 15) - .owner = THIS_MODULE, -#endif .name = "dvb_usb_af9015", .probe = af9015_usb_probe, .disconnect = af9015_usb_device_exit, |