projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f17f68
)
media: rc: remove obsolete comment
author
Sean Young
<sean@mess.org>
Mon, 12 Feb 2018 13:58:01 +0000
(08:58 -0500)
committer
Mauro Carvalho Chehab
<mchehab@s-opensource.com>
Wed, 14 Feb 2018 19:16:14 +0000
(14:16 -0500)
This comment is no longer relevant.
Signed-off-by: Sean Young <sean@mess.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/media/rc/rc-core-priv.h
patch
|
blob
|
history
diff --git
a/drivers/media/rc/rc-core-priv.h
b/drivers/media/rc/rc-core-priv.h
index 458e9eb2d6a96282e604810b1d9fbbce8470ae12..d09a06e1c17f354d015a0e61643bcff5c50f8868 100644
(file)
--- a/
drivers/media/rc/rc-core-priv.h
+++ b/
drivers/media/rc/rc-core-priv.h
@@
-292,11
+292,4
@@
static inline int ir_lirc_register(struct rc_dev *dev) { return 0; }
static inline void ir_lirc_unregister(struct rc_dev *dev) { }
#endif
-/*
- * Decoder initialization code
- *
- * Those load logic are called during ir-core init, and automatically
- * loads the compiled decoders for their usage with IR raw events
- */
-
#endif /* _RC_CORE_PRIV */