Skip to content

Commit a81431e

Browse files
seanyoungmchehab
authored andcommitted
media: rc: remove unused #define RC_PROTO_BIT_ALL
This lists all the protocols that the kernel knows about, however there are no users. Signed-off-by: Sean Young <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]>
1 parent eab8652 commit a81431e

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

include/media/rc-map.h

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -38,22 +38,6 @@
3838
#define RC_PROTO_BIT_RCMM32 BIT_ULL(RC_PROTO_RCMM32)
3939
#define RC_PROTO_BIT_XBOX_DVD BIT_ULL(RC_PROTO_XBOX_DVD)
4040

41-
#define RC_PROTO_BIT_ALL \
42-
(RC_PROTO_BIT_UNKNOWN | RC_PROTO_BIT_OTHER | \
43-
RC_PROTO_BIT_RC5 | RC_PROTO_BIT_RC5X_20 | \
44-
RC_PROTO_BIT_RC5_SZ | RC_PROTO_BIT_JVC | \
45-
RC_PROTO_BIT_SONY12 | RC_PROTO_BIT_SONY15 | \
46-
RC_PROTO_BIT_SONY20 | RC_PROTO_BIT_NEC | \
47-
RC_PROTO_BIT_NECX | RC_PROTO_BIT_NEC32 | \
48-
RC_PROTO_BIT_SANYO | \
49-
RC_PROTO_BIT_MCIR2_KBD | RC_PROTO_BIT_MCIR2_MSE | \
50-
RC_PROTO_BIT_RC6_0 | RC_PROTO_BIT_RC6_6A_20 | \
51-
RC_PROTO_BIT_RC6_6A_24 | RC_PROTO_BIT_RC6_6A_32 | \
52-
RC_PROTO_BIT_RC6_MCE | RC_PROTO_BIT_SHARP | \
53-
RC_PROTO_BIT_XMP | RC_PROTO_BIT_CEC | \
54-
RC_PROTO_BIT_IMON | RC_PROTO_BIT_RCMM12 | \
55-
RC_PROTO_BIT_RCMM24 | RC_PROTO_BIT_RCMM32 | \
56-
RC_PROTO_BIT_XBOX_DVD)
5741
/* All rc protocols for which we have decoders */
5842
#define RC_PROTO_BIT_ALL_IR_DECODER \
5943
(RC_PROTO_BIT_RC5 | RC_PROTO_BIT_RC5X_20 | \

0 commit comments

Comments
 (0)