V4L/DVB (5648): Dvb/frontends: remove unnecessary #include's of "dvb-pll.h"
authorMichael Krufky <mkrufky@linuxtv.org>
Wed, 9 May 2007 14:49:24 +0000 (11:49 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Wed, 18 Jul 2007 17:23:22 +0000 (14:23 -0300)
These sources do not need to #include "dvb-pll.h"

Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/dvb/frontends/cx22702.c
drivers/media/dvb/frontends/nxt200x.c
drivers/media/dvb/frontends/or51132.c

index 335219ebce2d5a5568dc6d815ffe8aaf3ac185c6..1dc164d5488cd277b3059a19828f98655a7fa86a 100644 (file)
@@ -32,7 +32,6 @@
 #include <linux/slab.h>
 #include <linux/delay.h>
 #include "dvb_frontend.h"
-#include "dvb-pll.h"
 #include "cx22702.h"
 
 
index b96f8e846fd31c4c5c20d252e0fe26a6a866e747..ddc84899cf862f3b8834f90977fe84396e7ac8b2 100644 (file)
@@ -49,7 +49,6 @@
 #include <linux/string.h>
 
 #include "dvb_frontend.h"
-#include "dvb-pll.h"
 #include "nxt200x.h"
 
 struct nxt200x_state {
index 4e0aca7c67aacef4e8b7591016438f9c860abbb0..3cc8b444b8f2d903b820c748b2db8e5821d313d8 100644 (file)
@@ -45,7 +45,6 @@
 
 #include "dvb_math.h"
 #include "dvb_frontend.h"
-#include "dvb-pll.h"
 #include "or51132.h"
 
 static int debug;
This page took 0.026485 seconds and 5 git commands to generate.