diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2007-03-20 20:32:12 -0400 |
---|---|---|
committer | Michael Krufky <mkrufky@linuxtv.org> | 2007-03-20 20:32:12 -0400 |
commit | 239762dd7d512718cc5f7e14b6f9c6592da7cc64 (patch) | |
tree | 27b5c19ff7a718ae8edf8f2dd5340875891a4e34 /linux/drivers/media/video/cx23885 | |
parent | b05d6da6f8cf97ceb9514639ed11d3bf0edc9173 (diff) | |
download | mediapointer-dvb-s2-239762dd7d512718cc5f7e14b6f9c6592da7cc64.tar.gz mediapointer-dvb-s2-239762dd7d512718cc5f7e14b6f9c6592da7cc64.tar.bz2 |
cx23885-dvb.c doesnt need to include dvb-pll.h
From: Michael Krufky <mkrufky@linuxtv.org>
The dvb-pll module is not being used by this driver.
Remove the unneeded #include.
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Diffstat (limited to 'linux/drivers/media/video/cx23885')
-rw-r--r-- | linux/drivers/media/video/cx23885/cx23885-dvb.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/linux/drivers/media/video/cx23885/cx23885-dvb.c b/linux/drivers/media/video/cx23885/cx23885-dvb.c index d4c63be01..0dabca63f 100644 --- a/linux/drivers/media/video/cx23885/cx23885-dvb.c +++ b/linux/drivers/media/video/cx23885/cx23885-dvb.c @@ -29,7 +29,6 @@ #include "compat.h" #include "cx23885.h" -#include "dvb-pll.h" #include <media/v4l2-common.h> #include "s5h1409.h" |