Skip to content

Commit

Permalink
media: lirc: add missing exceptions for lirc uapi header file
Browse files Browse the repository at this point in the history
Commit e5499dd ("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: e5499dd ("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>
  • Loading branch information
seanyoung authored and torvalds committed May 26, 2022
1 parent bf90954 commit b1c8312
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Documentation/userspace-api/media/lirc.h.rst.exceptions
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit b1c8312

Please sign in to comment.