diff options
author | Kenneth Aafloy <devnull@localhost> | 2004-07-17 14:51:41 +0000 |
---|---|---|
committer | Kenneth Aafloy <devnull@localhost> | 2004-07-17 14:51:41 +0000 |
commit | 383ee77ced096319aff72cee72d47e448f76411c (patch) | |
tree | 9f0bf91e5dae1ba49b420f8633c112702d951689 /linux/drivers/media/dvb/frontends/mt312.c | |
parent | e2d3ab7144e5aa649f56057edc9a3548104b48df (diff) | |
download | mediapointer-dvb-s2-383ee77ced096319aff72cee72d47e448f76411c.tar.gz mediapointer-dvb-s2-383ee77ced096319aff72cee72d47e448f76411c.tar.bz2 |
- Add missing #include <linux/moduleparam.h>
Diffstat (limited to 'linux/drivers/media/dvb/frontends/mt312.c')
-rw-r--r-- | linux/drivers/media/dvb/frontends/mt312.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/drivers/media/dvb/frontends/mt312.c b/linux/drivers/media/dvb/frontends/mt312.c index 07e673a20..17831e396 100644 --- a/linux/drivers/media/dvb/frontends/mt312.c +++ b/linux/drivers/media/dvb/frontends/mt312.c @@ -28,6 +28,7 @@ #include <linux/init.h> #include <linux/kernel.h> #include <linux/module.h> +#include <linux/moduleparam.h> #include "dvb_frontend.h" #include "mt312.h" |