Now that all hard work to remove V4L1 happened, it doesn't make sense on keeping videodev.h just because of two obsoleted drivers. Let's just remove this thing and copy it to the two staging drivers that still needs it. While here, fix the remaining bits that were hit by: $ git grep videodev.h After this series, the only places where videodev.h will show will be at the V4L2 DocBook document that describes the migration (compat.xml) and 3 drivers at staging: the two deprecated drivers and a very messy driver for a few easycap boards that has its own internal copy of videodev.h. Mauro Carvalho Chehab (6): [media] Remove VIDEO_V4L1 Kconfig option [media] V4L1 removal: Remove linux/videodev.h Documentation/ioctl/ioctl-number.txt: Remove some now freed ioctl ranges [media] Fix videodev.h references at the V4L DocBook [media] Remove the old V4L1 v4lgrab.c file [media] omap_vout: Remove an obsolete comment Documentation/DocBook/v4l/func-ioctl.xml | 5 +- Documentation/DocBook/v4l/pixfmt.xml | 4 +- Documentation/feature-removal-schedule.txt | 17 -- Documentation/ioctl/ioctl-number.txt | 3 - Documentation/video4linux/v4lgrab.c | 201 ----------------- drivers/media/Kconfig | 14 -- drivers/media/video/Kconfig | 5 - drivers/media/video/omap/omap_vout.c | 1 - drivers/media/video/v4l2-compat-ioctl32.c | 1 - drivers/staging/se401/Kconfig | 2 +- drivers/staging/se401/se401.h | 2 +- drivers/staging/se401/videodev.h | 318 +++++++++++++++++++++++++++ drivers/staging/usbvideo/Kconfig | 2 +- drivers/staging/usbvideo/usbvideo.h | 2 +- drivers/staging/usbvideo/vicam.c | 2 +- drivers/staging/usbvideo/videodev.h | 318 +++++++++++++++++++++++++++ fs/compat_ioctl.c | 2 +- include/linux/Kbuild | 1 - include/linux/videodev.h | 322 ---------------------------- include/media/ovcamchip.h | 90 -------- 20 files changed, 646 insertions(+), 666 deletions(-) delete mode 100644 Documentation/video4linux/v4lgrab.c create mode 100644 drivers/staging/se401/videodev.h create mode 100644 drivers/staging/usbvideo/videodev.h delete mode 100644 include/linux/videodev.h delete mode 100644 include/media/ovcamchip.h -- 1.7.3.4 -- 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