diff options
| author | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2018-05-28 10:32:41 -0400 |
|---|---|---|
| committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2018-07-27 06:41:35 -0400 |
| commit | d0dd962d8a4ef4df9b710c4e3a975e6bfd9f0225 (patch) | |
| tree | 5f458191f4ad99ea995af765ba90c2564c5b384d /include/uapi/linux/dvb | |
| parent | e5225c820c057537dc780244760e2e24c7d27366 (diff) | |
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.h | 7 |
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 { | |||
| 186 | } video_spu_t; | 186 | } video_spu_t; |
| 187 | 187 | ||
| 188 | 188 | ||
| 189 | typedef struct video_spu_palette { /* SPU Palette information */ | ||
| 190 | int length; | ||
| 191 | __u8 __user *palette; | ||
| 192 | } video_spu_palette_t; | ||
| 193 | |||
| 194 | |||
| 195 | typedef struct video_navi_pack { | 189 | typedef struct video_navi_pack { |
| 196 | int length; /* 0 ... 1024 */ | 190 | int length; /* 0 ... 1024 */ |
| 197 | __u8 data[1024]; | 191 | __u8 data[1024]; |
| @@ -248,7 +242,6 @@ typedef __u16 video_attributes_t; | |||
| 248 | #define VIDEO_SET_SYSTEM _IO('o', 38) | 242 | #define VIDEO_SET_SYSTEM _IO('o', 38) |
| 249 | #define VIDEO_SET_HIGHLIGHT _IOW('o', 39, video_highlight_t) | 243 | #define VIDEO_SET_HIGHLIGHT _IOW('o', 39, video_highlight_t) |
| 250 | #define VIDEO_SET_SPU _IOW('o', 50, video_spu_t) | 244 | #define VIDEO_SET_SPU _IOW('o', 50, video_spu_t) |
| 251 | #define VIDEO_SET_SPU_PALETTE _IOW('o', 51, video_spu_palette_t) | ||
| 252 | #define VIDEO_GET_NAVI _IOR('o', 52, video_navi_pack_t) | 245 | #define VIDEO_GET_NAVI _IOR('o', 52, video_navi_pack_t) |
| 253 | #define VIDEO_SET_ATTRIBUTES _IO('o', 53) | 246 | #define VIDEO_SET_ATTRIBUTES _IO('o', 53) |
| 254 | #define VIDEO_GET_SIZE _IOR('o', 55, video_size_t) | 247 | #define VIDEO_GET_SIZE _IOR('o', 55, video_size_t) |
