]> git.baikalelectronics.ru Git - kernel.git/commit
media: lirc: revert removal of unused feature flags
authorSean Young <sean@mess.org>
Wed, 25 May 2022 13:08:30 +0000 (14:08 +0100)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 25 May 2022 16:51:36 +0000 (09:51 -0700)
commit182eb57e396994d787191843d17c48e75a27289b
tree4695623d8e70842acbcd090a2dcf2713c49302bb
parentdecd92e4732ca1a4fe262a502a8862f305934817
media: lirc: revert removal of unused feature flags

Commit c81e09641682 ("media: lirc: remove unused lirc features") removed
feature flags which were never implemented, but they are still used by
the lirc daemon went built from source.

Reinstate these symbols in order not to break the lirc build.

Fixes: c81e09641682 ("media: lirc: remove unused lirc features")
Link: https://lore.kernel.org/all/a0470450-ecfd-2918-e04a-7b57c1fd7694@kernel.org/
Reported-by: Jiri Slaby <jirislaby@kernel.org>
Cc: Mauro Carvalho Chehab <mchehab@kernel.org>
Signed-off-by: Sean Young <sean@mess.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/uapi/linux/lirc.h