diff options
author | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2018-05-28 17:32:41 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2018-07-27 13:41:35 +0300 |
commit | d0dd962d8a4ef4df9b710c4e3a975e6bfd9f0225 (patch) | |
tree | 5f458191f4ad99ea995af765ba90c2564c5b384d /Documentation/media/video.h.rst.exceptions | |
parent | e5225c820c057537dc780244760e2e24c7d27366 (diff) | |
download | linux-d0dd962d8a4ef4df9b710c4e3a975e6bfd9f0225.tar.xz |
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 'Documentation/media/video.h.rst.exceptions')
-rw-r--r-- | Documentation/media/video.h.rst.exceptions | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Documentation/media/video.h.rst.exceptions b/Documentation/media/video.h.rst.exceptions index a91aa884ce0e..89d7c3ef2da7 100644 --- a/Documentation/media/video.h.rst.exceptions +++ b/Documentation/media/video.h.rst.exceptions @@ -36,5 +36,4 @@ replace typedef video_stream_source_t :c:type:`video_stream_source` replace typedef video_play_state_t :c:type:`video_play_state` replace typedef video_highlight_t :c:type:`video_highlight` replace typedef video_spu_t :c:type:`video_spu` -replace typedef video_spu_palette_t :c:type:`video_spu_palette` replace typedef video_navi_pack_t :c:type:`video_navi_pack` |