From: Paul Gortmaker Date: Sun, 10 Jul 2011 17:21:52 +0000 (-0400) Subject: drivers/w1: Add export.h for EXPORT_SYMBOL/THIS_MODULE X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=9623932cd5815e280cef5ebb54b5ee92bec382ad;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git drivers/w1: Add export.h for EXPORT_SYMBOL/THIS_MODULE Give these files export.h so that they can reliably get the EXPORT_SYMBOL and THIS_MODULE macros in the future, once module.h isn't implicitly everywhere. Signed-off-by: Paul Gortmaker --- diff --git a/drivers/w1/w1_family.c b/drivers/w1/w1_family.c index 63359797c8b1..e9309778ee72 100644 --- a/drivers/w1/w1_family.c +++ b/drivers/w1/w1_family.c @@ -23,6 +23,7 @@ #include #include /* schedule_timeout() */ #include +#include #include "w1_family.h" #include "w1.h" diff --git a/drivers/w1/w1_int.c b/drivers/w1/w1_int.c index d220bce2cee4..aa3971ce02b0 100644 --- a/drivers/w1/w1_int.c +++ b/drivers/w1/w1_int.c @@ -24,6 +24,7 @@ #include #include #include +#include #include "w1.h" #include "w1_log.h"