(Note: this replaces my original pull request for 2.6.36, instead this request is for 2.6.37 as that was preferred by Mauro) This was originally scheduled for removal in 2.6.35, but better late than never. The only file not changed is Documentation/devices.txt: once this pull request has been merged I will use the instructions in that file to notify Alan Cox who maintains this. Regards, Hans The following changes since commit 2763aca7314d3296dbabed9220a0a4094a6c1215: V4L/DVB: gspca - zc3xx: Redefine the exchanges of sensor mt9v111 (mi0360soc) (2010-08-06 10:22:22 -0300) are available in the git repository at: ssh://linuxtv.org/git/hverkuil/v4l-dvb.git vtx Hans Verkuil (3): saa5246a/saa5249: Remove obsolete teletext drivers videotext: remove this obsolete API Documentation: update now that the vtx/videotext API has been removed. Documentation/DocBook/v4l/compat.xml | 24 +- Documentation/DocBook/v4l/dev-teletext.xml | 29 +- Documentation/DocBook/v4l/v4l2.xml | 10 +- Documentation/feature-removal-schedule.txt | 23 - Documentation/ioctl/ioctl-number.txt | 1 - Documentation/video4linux/bttv/MAKEDEV | 1 - Documentation/video4linux/v4l2-framework.txt | 5 +- drivers/media/video/Kconfig | 20 - drivers/media/video/Makefile | 2 - drivers/media/video/mxb.c | 5 - drivers/media/video/saa5246a.c | 1123 -------------------------- drivers/media/video/saa5249.c | 650 --------------- drivers/media/video/v4l2-dev.c | 11 +- include/linux/Kbuild | 1 - include/linux/videotext.h | 125 --- include/media/v4l2-dev.h | 3 +- 16 files changed, 42 insertions(+), 1991 deletions(-) delete mode 100644 drivers/media/video/saa5246a.c delete mode 100644 drivers/media/video/saa5249.c delete mode 100644 include/linux/videotext.h -- Hans Verkuil - video4linux developer - sponsored by TANDBERG, part of Cisco -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html