diff options
author | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2018-07-27 13:01:03 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2018-07-27 13:02:53 +0200 |
commit | 915ffab02193371e99453ac94160d69ef58273bc (patch) | |
tree | 45b4d03e8b000f07b1b791c9bb908b48316ee943 /Documentation/media/media.h.rst.exceptions | |
parent | media: coda: add SPS fixup code for frame sizes that are not multiples of 16 (diff) | |
download | linux-915ffab02193371e99453ac94160d69ef58273bc.tar.xz linux-915ffab02193371e99453ac94160d69ef58273bc.zip |
media: media.h.rst.exceptions: ignore MEDIA-ENT-F-DTV-DECODER
This was kept just for backward compatibility. Solves this warning:
media.h.rst:6: WARNING: undefined label: media-ent-f-dtv-decoder (if the link has no caption the label must precede a section header)
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Diffstat (limited to 'Documentation/media/media.h.rst.exceptions')
-rw-r--r-- | Documentation/media/media.h.rst.exceptions | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/media/media.h.rst.exceptions b/Documentation/media/media.h.rst.exceptions index 83d7f7c722fb..684fe9c86dee 100644 --- a/Documentation/media/media.h.rst.exceptions +++ b/Documentation/media/media.h.rst.exceptions @@ -6,10 +6,10 @@ ignore define MEDIA_API_VERSION ignore define MEDIA_ENT_F_BASE ignore define MEDIA_ENT_F_OLD_BASE ignore define MEDIA_ENT_F_OLD_SUBDEV_BASE +ignore define MEDIA_ENT_F_DTV_DECODER ignore define MEDIA_INTF_T_DVB_BASE ignore define MEDIA_INTF_T_V4L_BASE ignore define MEDIA_INTF_T_ALSA_BASE - #ignore legacy entity type macros ignore define MEDIA_ENT_TYPE_SHIFT ignore define MEDIA_ENT_TYPE_MASK |