diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2007-12-16 23:21:08 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-01-25 16:03:56 -0500 |
commit | dabe61565e3b02bc4a841f317896536068f94e63 (patch) | |
tree | 142a20e3c13dfd4a545e6b1ac0c4caee1dec1486 /drivers | |
parent | f7f427e4cc6078e23078dcd7f321676e0b0f544c (diff) |
V4L/DVB (6845): tuner: remove unneeded #includes from tuner-driver.h
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/media/video/tuner-driver.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/media/video/tuner-driver.h b/drivers/media/video/tuner-driver.h index 7b1adfaf7ac..5eaa30ccbda 100644 --- a/drivers/media/video/tuner-driver.h +++ b/drivers/media/video/tuner-driver.h | |||
@@ -22,8 +22,6 @@ | |||
22 | #ifndef __TUNER_DRIVER_H__ | 22 | #ifndef __TUNER_DRIVER_H__ |
23 | #define __TUNER_DRIVER_H__ | 23 | #define __TUNER_DRIVER_H__ |
24 | 24 | ||
25 | #include <linux/videodev2.h> | ||
26 | #include <linux/i2c.h> | ||
27 | #include "dvb_frontend.h" | 25 | #include "dvb_frontend.h" |
28 | 26 | ||
29 | extern unsigned const int tuner_count; | 27 | extern unsigned const int tuner_count; |