aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/cx23885/cx23885-dvb.c
diff options
context:
space:
mode:
authorMichael Krufky <mkrufky@linuxtv.org>2007-03-20 20:32:12 -0400
committerMauro Carvalho Chehab <mchehab@infradead.org>2007-10-09 21:08:10 -0400
commit70ebd70573a58a2c0405ef038f1acf74c795eaa5 (patch)
tree6b873c131e82bafb73f3274293f7dce16e805df4 /drivers/media/video/cx23885/cx23885-dvb.c
parent047646bfbbe5ec961d2430514ae29fa0b87ab651 (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/cx23885/cx23885-dvb.c')
-rw-r--r--drivers/media/video/cx23885/cx23885-dvb.c1
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 @@
28#include <linux/suspend.h> 28#include <linux/suspend.h>
29 29
30#include "cx23885.h" 30#include "cx23885.h"
31#include "dvb-pll.h"
32#include <media/v4l2-common.h> 31#include <media/v4l2-common.h>
33 32
34#include "s5h1409.h" 33#include "s5h1409.h"