From: Paul Gortmaker Date: Sun, 10 Jul 2011 17:21:52 +0000 (-0400) Subject: drivers/w1: Add export.h for EXPORT_SYMBOL to w1_family.c X-Git-Tag: next-20110826~3^2~49 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=bf04f9642eb3e276a832d755753741ffdd3f424b;p=karo-tx-linux.git drivers/w1: Add export.h for EXPORT_SYMBOL to w1_family.c Give this file export.h so that it can reliably get the EXPORT_SYMBOL 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 4a099041f28a..6e172044b352 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"