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>
This commit is contained in:
parent
047646bfbb
commit
70ebd70573
|
@ -28,7 +28,6 @@
|
|||
#include <linux/suspend.h>
|
||||
|
||||
#include "cx23885.h"
|
||||
#include "dvb-pll.h"
|
||||
#include <media/v4l2-common.h>
|
||||
|
||||
#include "s5h1409.h"
|
||||
|
|
Loading…
Reference in New Issue