summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/frontends/mt312.c
diff options
context:
space:
mode:
authorKenneth Aafloy <devnull@localhost>2004-07-17 14:51:41 +0000
committerKenneth Aafloy <devnull@localhost>2004-07-17 14:51:41 +0000
commit383ee77ced096319aff72cee72d47e448f76411c (patch)
tree9f0bf91e5dae1ba49b420f8633c112702d951689 /linux/drivers/media/dvb/frontends/mt312.c
parente2d3ab7144e5aa649f56057edc9a3548104b48df (diff)
downloadmediapointer-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.c1
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"