aboutsummaryrefslogtreecommitdiffstats
path: root/include/uapi/linux/dvb
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab+samsung@kernel.org>2018-05-28 10:32:41 -0400
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>2018-07-27 06:41:35 -0400
commitd0dd962d8a4ef4df9b710c4e3a975e6bfd9f0225 (patch)
tree5f458191f4ad99ea995af765ba90c2564c5b384d /include/uapi/linux/dvb
parentmedia: uvcvideo: Send a control event when a Control Change interrupt arrives (diff)
downloadlinux-dev-d0dd962d8a4ef4df9b710c4e3a975e6bfd9f0225.tar.xz
linux-dev-d0dd962d8a4ef4df9b710c4e3a975e6bfd9f0225.zip
media: dvb: get rid of VIDEO_SET_SPU_PALETTE
No upstream drivers use it. It doesn't make any sense to have a compat32 code for something that nobody uses upstream. Reported-by: Alexander Viro <viro@zeniv.linux.org.uk> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org> Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Diffstat (limited to 'include/uapi/linux/dvb')
-rw-r--r--include/uapi/linux/dvb/video.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/uapi/linux/dvb/video.h b/include/uapi/linux/dvb/video.h
index df3d7028c807..6a0c9757b7ba 100644
--- a/include/uapi/linux/dvb/video.h
+++ b/include/uapi/linux/dvb/video.h
@@ -186,12 +186,6 @@ typedef struct video_spu {
} video_spu_t;
-typedef struct video_spu_palette { /* SPU Palette information */
- int length;
- __u8 __user *palette;
-} video_spu_palette_t;
-
-
typedef struct video_navi_pack {
int length; /* 0 ... 1024 */
__u8 data[1024];
@@ -248,7 +242,6 @@ typedef __u16 video_attributes_t;
#define VIDEO_SET_SYSTEM _IO('o', 38)
#define VIDEO_SET_HIGHLIGHT _IOW('o', 39, video_highlight_t)
#define VIDEO_SET_SPU _IOW('o', 50, video_spu_t)
-#define VIDEO_SET_SPU_PALETTE _IOW('o', 51, video_spu_palette_t)
#define VIDEO_GET_NAVI _IOR('o', 52, video_navi_pack_t)
#define VIDEO_SET_ATTRIBUTES _IO('o', 53)
#define VIDEO_GET_SIZE _IOR('o', 55, video_size_t)