diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2008-05-25 13:27:57 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-07-20 07:06:27 -0300 |
commit | bbe09cbe3f082b0af8fd83ccdf5ce1cf005da3eb (patch) | |
tree | edc071acb4271a6fe25d32add72fc45071666ef2 /drivers/media/dvb/frontends/s5h1409.c | |
parent | 073204326d8f767e9702257c140ca1cf3071fd46 (diff) | |
download | op-kernel-dev-bbe09cbe3f082b0af8fd83ccdf5ce1cf005da3eb.zip op-kernel-dev-bbe09cbe3f082b0af8fd83ccdf5ce1cf005da3eb.tar.gz |
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/s5h1409.c')
-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 b999ec4..5ddb2dc 100644 --- a/drivers/media/dvb/frontends/s5h1409.c +++ b/drivers/media/dvb/frontends/s5h1409.c @@ -26,7 +26,6 @@ #include <linux/slab.h> #include <linux/delay.h> #include "dvb_frontend.h" -#include "dvb-pll.h" #include "s5h1409.h" struct s5h1409_state { |