diff options
author | Heiner Kallweit <hkallweit1@gmail.com> | 2015-11-21 17:55:03 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-12-03 20:01:11 +0300 |
commit | c1500ba0b61e9abf95e0e7ecd3c4ad877f019abe (patch) | |
tree | 4b25abb8b81e5c146f9728a05de9df52ea981c7c /drivers/media/rc/rc-core-priv.h | |
parent | 94c1733468664255e2431686155114c9b87c25e8 (diff) | |
download | linux-c1500ba0b61e9abf95e0e7ecd3c4ad877f019abe.tar.xz |
[media] media: rc: remove unneeded code
Now that that the decoder modules are loaded on-demand we can move
loading the lirc module to rc_register_device directly and remove
unneeded functions and comments.
Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
Diffstat (limited to 'drivers/media/rc/rc-core-priv.h')
-rw-r--r-- | drivers/media/rc/rc-core-priv.h | 7 |
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 071651ad7805..7359f3d03b64 100644 --- a/drivers/media/rc/rc-core-priv.h +++ b/drivers/media/rc/rc-core-priv.h @@ -167,11 +167,4 @@ void ir_raw_init(void); * loads the compiled decoders for their usage with IR raw events */ -/* from ir-lirc-codec.c */ -#ifdef CONFIG_IR_LIRC_CODEC_MODULE -#define load_lirc_codec() request_module_nowait("ir-lirc-codec") -#else -static inline void load_lirc_codec(void) { } -#endif - #endif /* _RC_CORE_PRIV */ |