diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-03-08 15:55:29 (GMT) |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-03-30 15:43:08 (GMT) |
commit | 7b9eb81e36b3926d3ee77fbd4bde88d28ab70fa0 (patch) | |
tree | dc478e1c92466980621438b681f85c7525a41d4b /drivers | |
parent | 45f5c1993fcc7501a4a431030242863abca38f69 (diff) | |
download | linux-fsl-qoriq-7b9eb81e36b3926d3ee77fbd4bde88d28ab70fa0.tar.xz |
V4L/DVB (10840): em28xx-dvb: Remove an unused header
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/media/video/em28xx/em28xx-dvb.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/media/video/em28xx/em28xx-dvb.c b/drivers/media/video/em28xx/em28xx-dvb.c index 9ad8527..fcd2551 100644 --- a/drivers/media/video/em28xx/em28xx-dvb.c +++ b/drivers/media/video/em28xx/em28xx-dvb.c @@ -29,9 +29,6 @@ #include "lgdt330x.h" #include "zl10353.h" #include "s5h1409.h" -#ifdef EM28XX_DRX397XD_SUPPORT -#include "drx397xD.h" -#endif MODULE_DESCRIPTION("driver for em28xx based DVB cards"); MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@infradead.org>"); |