Skip to content

Commit

Permalink
[PATCH] v4l: (966.1) Removes Obsoleted i2c-compat.h from newer drivers
Browse files Browse the repository at this point in the history
Removed obsoleted i2c-compat.h file from cx25840, saa7115 and saa7127 drivers.

Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
Mauro Carvalho Chehab authored and Linus Torvalds committed Nov 14, 2005
1 parent 1f4b336 commit e77f34d
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion drivers/media/video/cx25840/cx25840-audio.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
#include <linux/videodev2.h>
#include <linux/i2c.h>
#include <media/audiochip.h>
#include <media/i2c-compat.h>
#include <media/v4l2-common.h>

#include "cx25840.h"
Expand Down
1 change: 0 additions & 1 deletion drivers/media/video/cx25840/cx25840-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
#include <linux/videodev2.h>
#include <linux/i2c.h>
#include <media/audiochip.h>
#include <media/i2c-compat.h>
#include <media/v4l2-common.h>

#include "cx25840.h"
Expand Down
1 change: 0 additions & 1 deletion drivers/media/video/saa7115.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
#include <linux/slab.h>
#include <linux/i2c.h>
#include <linux/videodev2.h>
#include <media/i2c-compat.h>
#include <media/v4l2-common.h>

MODULE_DESCRIPTION("Philips SAA7114/SAA7115 video decoder driver");
Expand Down
1 change: 0 additions & 1 deletion drivers/media/video/saa7127.c
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@
#include <linux/slab.h>
#include <linux/i2c.h>
#include <linux/videodev2.h>
#include <media/i2c-compat.h>
#include <media/v4l2-common.h>

static int debug = 0;
Expand Down

0 comments on commit e77f34d

Please sign in to comment.