From: Paul Gortmaker Date: Fri, 16 Sep 2011 03:09:52 +0000 (-0400) Subject: drivers/w1: Add moduleparam.h to drivers/w1/w1_int.c X-Git-Tag: firefly_0821_release~3680^2~4166^2~60 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=4d184129b2f91e41d357e920a25a83317d79dfe2;p=firefly-linux-kernel-4.4.55.git 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 --- diff --git a/drivers/w1/w1_int.c b/drivers/w1/w1_int.c index aa3971ce02b0..c1591e518073 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"