mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-10-31 16:38:12 +00:00
media: lirc: add missing exceptions for lirc uapi header file
Commite5499dd725
("media: lirc: revert removal of unused feature flags") reintroduced unused feature flags in the lirc uapi header, but failed to reintroduce the necessary exceptions for the docs. Fixes:e5499dd725
("media: lirc: revert removal of unused feature flags") Signed-off-by: Sean Young <sean@mess.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
bf9095424d
commit
b1c8312c6b
1 changed files with 2 additions and 0 deletions
|
@ -30,6 +30,8 @@ ignore define LIRC_CAN_REC
|
|||
|
||||
ignore define LIRC_CAN_SEND_MASK
|
||||
ignore define LIRC_CAN_REC_MASK
|
||||
ignore define LIRC_CAN_SET_REC_FILTER
|
||||
ignore define LIRC_CAN_NOTIFY_DECODE
|
||||
|
||||
# Obsolete ioctls
|
||||
|
||||
|
|
Loading…
Reference in a new issue