diff options
author | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2018-05-30 11:07:03 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2018-07-30 15:43:47 -0400 |
commit | b41e44b4cb230747d7ad56e38c9dc65369b1d381 (patch) | |
tree | 2f5d8bb553bb7ba223d92049dc72f28b12dfad76 /Documentation/media/video.h.rst.exceptions | |
parent | ea8532daee31bc72abfbc9ca7a43cbec0f6c05af (diff) | |
download | lwn-b41e44b4cb230747d7ad56e38c9dc65369b1d381.tar.gz lwn-b41e44b4cb230747d7ad56e38c9dc65369b1d381.zip |
media: dvb/video.h: get rid of unused APIs
There are a number of other ioctls that aren't used anywhere
inside the Kernel tree.
Get rid of them.
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 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Documentation/media/video.h.rst.exceptions b/Documentation/media/video.h.rst.exceptions index 89d7c3ef2da7..371cdbd7d062 100644 --- a/Documentation/media/video.h.rst.exceptions +++ b/Documentation/media/video.h.rst.exceptions @@ -34,6 +34,4 @@ replace typedef video_displayformat_t :c:type:`video_displayformat` replace typedef video_size_t :c:type:`video_size` 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_navi_pack_t :c:type:`video_navi_pack` |