diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2008-05-25 12:27:57 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-07-20 06:06:27 -0400 |
commit | bbe09cbe3f082b0af8fd83ccdf5ce1cf005da3eb (patch) | |
tree | edc071acb4271a6fe25d32add72fc45071666ef2 /drivers/media/dvb/frontends | |
parent | 073204326d8f767e9702257c140ca1cf3071fd46 (diff) |
V4L/DVB (7920): s5h1409.c shouldn't #include "dvb-pll.h"
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/dvb/frontends')
-rw-r--r-- | drivers/media/dvb/frontends/s5h1409.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/dvb/frontends/s5h1409.c b/drivers/media/dvb/frontends/s5h1409.c index b999ec424ff7..5ddb2dca305c 100644 --- a/drivers/media/dvb/frontends/s5h1409.c +++ b/drivers/media/dvb/frontends/s5h1409.c | |||
@@ -26,7 +26,6 @@ | |||
26 | #include <linux/slab.h> | 26 | #include <linux/slab.h> |
27 | #include <linux/delay.h> | 27 | #include <linux/delay.h> |
28 | #include "dvb_frontend.h" | 28 | #include "dvb_frontend.h" |
29 | #include "dvb-pll.h" | ||
30 | #include "s5h1409.h" | 29 | #include "s5h1409.h" |
31 | 30 | ||
32 | struct s5h1409_state { | 31 | struct s5h1409_state { |