diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-03-08 16:55:29 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-03-30 17:43:08 +0200 |
commit | 7b9eb81e36b3926d3ee77fbd4bde88d28ab70fa0 (patch) | |
tree | dc478e1c92466980621438b681f85c7525a41d4b /drivers/media/video/em28xx/em28xx-dvb.c | |
parent | V4L/DVB (10838): get rid of the other occurrences of DVB_FE_CUSTOMIZE typo (diff) | |
download | linux-7b9eb81e36b3926d3ee77fbd4bde88d28ab70fa0.tar.xz linux-7b9eb81e36b3926d3ee77fbd4bde88d28ab70fa0.zip |
V4L/DVB (10840): em28xx-dvb: Remove an unused header
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/em28xx/em28xx-dvb.c')
-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 9ad8527b3fda..fcd25511209b 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>"); |