diff options
author | Huang Weiyi <weiyi.huang@gmail.com> | 2008-10-18 03:41:52 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-12-29 14:53:12 -0500 |
commit | 568e9bb8d764300e1de81d49ae698cc970a511d8 (patch) | |
tree | 70778e1177c8055e7dba8d01d1ab1d0ad8b39e79 /drivers/media/dvb/dvb-usb/dw2102.c | |
parent | 9962ac5331d79362cc538f2da257c0663fb609e1 (diff) |
V4L/DVB: remove unused #include <version.h>
The file(s) below do not use LINUX_VERSION_CODE nor KERNEL_VERSION.
drivers/media/dvb/dm1105/dm1105.c
drivers/media/dvb/dvb-usb/dw2102.c
This patch removes the said #include <version.h>.
Signed-off-by: Huang Weiyi <weiyi.huang@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/dvb-usb/dw2102.c')
-rw-r--r-- | drivers/media/dvb/dvb-usb/dw2102.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/dvb/dvb-usb/dw2102.c b/drivers/media/dvb/dvb-usb/dw2102.c index 6286fbbe7fb5..c9431713df60 100644 --- a/drivers/media/dvb/dvb-usb/dw2102.c +++ b/drivers/media/dvb/dvb-usb/dw2102.c | |||
@@ -9,7 +9,6 @@ | |||
9 | * | 9 | * |
10 | * see Documentation/dvb/README.dvb-usb for more information | 10 | * see Documentation/dvb/README.dvb-usb for more information |
11 | */ | 11 | */ |
12 | #include <linux/version.h> | ||
13 | #include "dw2102.h" | 12 | #include "dw2102.h" |
14 | #include "si21xx.h" | 13 | #include "si21xx.h" |
15 | #include "stv0299.h" | 14 | #include "stv0299.h" |