diff options
author | Ricardo Cerqueira <devnull@localhost> | 2006-01-17 20:05:21 +0000 |
---|---|---|
committer | Ricardo Cerqueira <devnull@localhost> | 2006-01-17 20:05:21 +0000 |
commit | 31d229e2e9d978c618d242acfb3f30752dd48aff (patch) | |
tree | a8008c46469cabc38b68376e07959f5ad688b88c /linux/drivers/media/video/saa7134 | |
parent | af22d7018442eb8de3392666a26483e76507dee8 (diff) | |
download | mediapointer-dvb-s2-31d229e2e9d978c618d242acfb3f30752dd48aff.tar.gz mediapointer-dvb-s2-31d229e2e9d978c618d242acfb3f30752dd48aff.tar.bz2 |
IR keymaps are exported by the ir-common module now
From: Ricardo Cerqueira <v4l@cerqueira.org>
Moved keymaps to the ir-common module, and export them from there, instead
of #including them in each module
Signed-off-by: Ricardo Cerqueira <v4l@cerqueira.org>
Diffstat (limited to 'linux/drivers/media/video/saa7134')
-rw-r--r-- | linux/drivers/media/video/saa7134/saa7134-input.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/linux/drivers/media/video/saa7134/saa7134-input.c b/linux/drivers/media/video/saa7134/saa7134-input.c index a69656133..c6a53fb0d 100644 --- a/linux/drivers/media/video/saa7134/saa7134-input.c +++ b/linux/drivers/media/video/saa7134/saa7134-input.c @@ -1,5 +1,5 @@ /* - * $Id: saa7134-input.c,v 1.50 2006/01/17 16:18:41 rmcc Exp $ + * $Id: saa7134-input.c,v 1.51 2006/01/17 20:05:21 rmcc Exp $ * * handle saa7134 IR remotes via linux kernel input layer. * @@ -30,7 +30,6 @@ #include "compat.h" #include "saa7134-reg.h" #include "saa7134.h" -#include <media/ir-keymaps.h> static unsigned int disable_ir = 0; module_param(disable_ir, int, 0444); |