diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2007-03-21 01:32:12 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-10-10 03:08:10 +0200 |
commit | 70ebd70573a58a2c0405ef038f1acf74c795eaa5 (patch) | |
tree | 6b873c131e82bafb73f3274293f7dce16e805df4 /drivers/media/video/cx23885 | |
parent | V4L/DVB (6159): General code cleanup (diff) | |
download | linux-70ebd70573a58a2c0405ef038f1acf74c795eaa5.tar.xz linux-70ebd70573a58a2c0405ef038f1acf74c795eaa5.zip |
V4L/DVB (6161): cx23885-dvb.c doesnt need to include dvb-pll.h
The dvb-pll module is not being used by this driver.
Remove the unneeded #include.
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/cx23885')
-rw-r--r-- | drivers/media/video/cx23885/cx23885-dvb.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/video/cx23885/cx23885-dvb.c b/drivers/media/video/cx23885/cx23885-dvb.c index 188a5a7819cb..79948553901d 100644 --- a/drivers/media/video/cx23885/cx23885-dvb.c +++ b/drivers/media/video/cx23885/cx23885-dvb.c @@ -28,7 +28,6 @@ #include <linux/suspend.h> #include "cx23885.h" -#include "dvb-pll.h" #include <media/v4l2-common.h> #include "s5h1409.h" |