Commit 7f6adeaf authored by Hans Verkuil's avatar Hans Verkuil Committed by Mauro Carvalho Chehab
Browse files

V4L/DVB (10730): v4l-dvb: cleanup obsolete references to v4l1 headers.



Signed-off-by: default avatarHans Verkuil <hverkuil@xs4all.nl>
[mchehab@redhat.com: fix compilation of tea575x-tuner.c]
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent 0ab6e1c3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@
 */
#include <linux/delay.h>
#include <linux/i2c.h>
#include <linux/videodev.h>
#include <linux/videodev2.h>
#include "tuner-i2c.h"
#include "mt20xx.h"

+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@

#include <linux/i2c.h>
#include <linux/delay.h>
#include <linux/videodev.h>
#include <linux/videodev2.h>
#include "tuner-i2c.h"
#include "tda8290.h"
#include "tda827x.h"
+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@

#include <linux/i2c.h>
#include <linux/delay.h>
#include <linux/videodev.h>
#include <linux/videodev2.h>
#include <media/tuner.h>
#include "tuner-i2c.h"
#include "tea5761.h"
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@

#include <linux/i2c.h>
#include <linux/delay.h>
#include <linux/videodev.h>
#include <linux/videodev2.h>
#include "tuner-i2c.h"
#include "tea5767.h"

+0 −2
Original line number Diff line number Diff line
@@ -24,8 +24,6 @@
#ifndef KS0127_H
#define KS0127_H

#include <linux/videodev.h>

/* input channels */
#define KS_INPUT_COMPOSITE_1    0
#define KS_INPUT_COMPOSITE_2    1
Loading