summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSean Young2018-02-12 14:58:01 +0100
committerMauro Carvalho Chehab2018-02-14 20:16:14 +0100
commitba02086dee2d181f0b438606c38cb0c8f82d71a3 (patch)
tree760b25199e316555ad5d9d5b0a92f643ea1943fe
parentmedia: rc: remove IR_dprintk() from rc-core (diff)
downloadkernel-qcow2-linux-ba02086dee2d181f0b438606c38cb0c8f82d71a3.tar.gz
kernel-qcow2-linux-ba02086dee2d181f0b438606c38cb0c8f82d71a3.tar.xz
kernel-qcow2-linux-ba02086dee2d181f0b438606c38cb0c8f82d71a3.zip
media: rc: remove obsolete comment
This comment is no longer relevant. Signed-off-by: Sean Young <sean@mess.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
-rw-r--r--drivers/media/rc/rc-core-priv.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/media/rc/rc-core-priv.h b/drivers/media/rc/rc-core-priv.h
index 458e9eb2d6a9..d09a06e1c17f 100644
--- 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 */