Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[media] bt819: the ioctls in the header are internal to the kernel

Remove bt819.h from ioctl-number.txt and make a note in the header
that these ioctls are for internal use only.

Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>

authored by

Hans Verkuil and committed by
Mauro Carvalho Chehab
66832aef b9218f2f

+4 -2
-1
Documentation/ioctl/ioctl-number.txt
··· 193 193 <http://lrcwww.epfl.ch/> 194 194 'b' 00-FF conflict! bit3 vme host bridge 195 195 <mailto:natalia@nikhefk.nikhef.nl> 196 - 'b' 00-0F media/bt819.h conflict! 197 196 'c' all linux/cm4000_cs.h conflict! 198 197 'c' 00-7F linux/comstats.h conflict! 199 198 'c' 00-7F linux/coda.h conflict!
+4 -1
include/media/bt819.h
··· 26 26 /* v4l2_device notifications. */ 27 27 28 28 /* Needed to reset the FIFO buffer when changing the input 29 - or the video standard. */ 29 + or the video standard. 30 + 31 + Note: these ioctls that internal to the kernel and are never called 32 + from userspace. */ 30 33 #define BT819_FIFO_RESET_LOW _IO('b', 0) 31 34 #define BT819_FIFO_RESET_HIGH _IO('b', 1) 32 35