diff options
author | Gerd Knorr <devnull@localhost> | 2004-12-10 12:33:39 +0000 |
---|---|---|
committer | Gerd Knorr <devnull@localhost> | 2004-12-10 12:33:39 +0000 |
commit | 0b35334a57bea3250daaab02ee3b1f5e70d46bfb (patch) | |
tree | cfeb0f72b2627e1dca96110f7c99e07faab24876 /linux/drivers/media/common | |
parent | 6208c1bac3644cd9e3dbdee0aa7418b2d9bb02dc (diff) | |
download | mediapointer-dvb-s2-0b35334a57bea3250daaab02ee3b1f5e70d46bfb.tar.gz mediapointer-dvb-s2-0b35334a57bea3250daaab02ee3b1f5e70d46bfb.tar.bz2 |
- add moduleparam.h include to many files.
- some pinnacle 300i progress (can talk to mt352 now, not working yet
through).
- misc minor stuff.
Diffstat (limited to 'linux/drivers/media/common')
-rw-r--r-- | linux/drivers/media/common/ir-common.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/linux/drivers/media/common/ir-common.c b/linux/drivers/media/common/ir-common.c index 10e608a9d..a640cf2a9 100644 --- a/linux/drivers/media/common/ir-common.c +++ b/linux/drivers/media/common/ir-common.c @@ -1,5 +1,5 @@ /* - * $Id: ir-common.c,v 1.5 2004/11/07 13:17:15 kraxel Exp $ + * $Id: ir-common.c,v 1.6 2004/12/10 12:33:39 kraxel Exp $ * * some common structs and functions to handle infrared remotes via * input layer ... @@ -22,6 +22,7 @@ */ #include <linux/module.h> +#include <linux/moduleparam.h> #include <linux/version.h> #if LINUX_VERSION_CODE < KERNEL_VERSION(2,5,0) |