diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2007-03-20 21:32:12 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-10-09 22:08:10 -0300 |
commit | 70ebd70573a58a2c0405ef038f1acf74c795eaa5 (patch) | |
tree | 6b873c131e82bafb73f3274293f7dce16e805df4 /drivers/media/video | |
parent | 047646bfbbe5ec961d2430514ae29fa0b87ab651 (diff) |
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')
-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 188a5a7819c..79948553901 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" |