From 4d184129b2f91e41d357e920a25a83317d79dfe2 Mon Sep 17 00:00:00 2001 From: Paul Gortmaker Date: Thu, 15 Sep 2011 23:09:52 -0400 Subject: 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 --- drivers/w1/w1_int.c | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers') diff --git a/drivers/w1/w1_int.c b/drivers/w1/w1_int.c index aa3971c..c1591e5 100644 --- a/drivers/w1/w1_int.c +++ b/drivers/w1/w1_int.c @@ -25,6 +25,7 @@ #include #include #include +#include #include "w1.h" #include "w1_log.h" -- cgit v1.1