Skip to content

Commit

Permalink
V4L/DVB (11366): v4l: remove obsolete header and source
Browse files Browse the repository at this point in the history
v4l2-subdev.c and v4l2-i2c-drv-legacy.h were used to support the old i2c
API. All v4l drivers are now converted to v4l2_subdev, so these two files
can be removed.

Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Hans Verkuil authored and Mauro Carvalho Chehab committed Apr 7, 2009
1 parent 647da44 commit b74c0aa
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 281 deletions.
2 changes: 1 addition & 1 deletion drivers/media/video/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ stkwebcam-objs := stk-webcam.o stk-sensor.o

omap2cam-objs := omap24xxcam.o omap24xxcam-dma.o

videodev-objs := v4l2-dev.o v4l2-ioctl.o v4l2-device.o v4l2-subdev.o
videodev-objs := v4l2-dev.o v4l2-ioctl.o v4l2-device.o

obj-$(CONFIG_VIDEO_DEV) += videodev.o v4l2-int-device.o
ifeq ($(CONFIG_COMPAT),y)
Expand Down
128 changes: 0 additions & 128 deletions drivers/media/video/v4l2-subdev.c

This file was deleted.

152 changes: 0 additions & 152 deletions include/media/v4l2-i2c-drv-legacy.h

This file was deleted.

0 comments on commit b74c0aa

Please sign in to comment.