From bf04f9642eb3e276a832d755753741ffdd3f424b Mon Sep 17 00:00:00 2001 From: Paul Gortmaker Date: Sun, 10 Jul 2011 13:21:52 -0400 Subject: [PATCH] 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 --- drivers/w1/w1_family.c | 1 + 1 file changed, 1 insertion(+) 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" -- 2.39.5