diff options
author | Sean Young <sean@mess.org> | 2018-03-22 06:41:16 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2018-03-22 07:58:42 -0400 |
commit | f7b0fa6923179c51cdba0b23c0ffe9efb9e14048 (patch) | |
tree | e9b403f405f6b0cc7c1b93f73ec79f6e5d923b0e /Documentation/media | |
parent | 93eaf301a7d2c992595baf54c1ae8b835c7bf4df (diff) | |
download | linux-f7b0fa6923179c51cdba0b23c0ffe9efb9e14048.tar.bz2 |
media: rc docs: fix warning for RC_PROTO_IMON
This protocol was recently added and causes warnings.
Signed-off-by: Sean Young <sean@mess.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'Documentation/media')
-rw-r--r-- | Documentation/media/lirc.h.rst.exceptions | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/media/lirc.h.rst.exceptions b/Documentation/media/lirc.h.rst.exceptions index c6e3a35d2c4e..984b61dc3f2e 100644 --- a/Documentation/media/lirc.h.rst.exceptions +++ b/Documentation/media/lirc.h.rst.exceptions @@ -57,6 +57,7 @@ ignore symbol RC_PROTO_RC6_MCE ignore symbol RC_PROTO_SHARP ignore symbol RC_PROTO_XMP ignore symbol RC_PROTO_CEC +ignore symbol RC_PROTO_IMON # Undocumented macros |