diff mbox

[3/5] media: rc: remove obsolete comment

Message ID 20180212150211.28355-3-sean@mess.org (mailing list archive)
State New, archived
Headers show

Commit Message

Sean Young Feb. 12, 2018, 3:02 p.m. UTC
This comment is no longer relevant.

Signed-off-by: Sean Young <sean@mess.org>
---
 drivers/media/rc/rc-core-priv.h | 7 -------
 1 file changed, 7 deletions(-)
diff mbox

Patch

diff --git a/drivers/media/rc/rc-core-priv.h b/drivers/media/rc/rc-core-priv.h
index 96a941aa2581..60083e609f2b 100644
--- a/drivers/media/rc/rc-core-priv.h
+++ b/drivers/media/rc/rc-core-priv.h
@@ -286,11 +286,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 */