aboutsummaryrefslogtreecommitdiff
path: root/drivers/w1
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2011-09-15 23:09:52 -0400
committerPaul Gortmaker <paul.gortmaker@windriver.com>2011-10-31 19:32:00 -0400
commit4d184129b2f91e41d357e920a25a83317d79dfe2 (patch)
tree5c0b7d4d65e0606b5ac274de377d637f18664fb5 /drivers/w1
parent9623932cd5815e280cef5ebb54b5ee92bec382ad (diff)
drivers/w1: Add moduleparam.h to drivers/w1/w1_int.c
It doesn't need the full module.h but it was getting moduleparam.h from the fact that module.h was everywhere. Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Diffstat (limited to 'drivers/w1')
-rw-r--r--drivers/w1/w1_int.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/w1/w1_int.c b/drivers/w1/w1_int.c
index aa3971ce02b..c1591e51807 100644
--- a/drivers/w1/w1_int.c
+++ b/drivers/w1/w1_int.c
@@ -25,6 +25,7 @@
#include <linux/kthread.h>
#include <linux/slab.h>
#include <linux/export.h>
+#include <linux/moduleparam.h>
#include "w1.h"
#include "w1_log.h"