From: Paul Gortmaker Date: Mon, 1 Aug 2011 14:58:14 +0000 (-0400) Subject: drivers/zorro: Add export.h to proc.c X-Git-Tag: next-20110826~3^2~48 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=275b17b449e306628587b79413beedf9069f496b;p=karo-tx-linux.git drivers/zorro: Add export.h to proc.c To fix what used to be the implicit presence of the macros EXPORT_SYMBOL and THIS_MODULE, via module.h being everywhere. Signed-off-by: Paul Gortmaker --- diff --git a/drivers/zorro/proc.c b/drivers/zorro/proc.c index e0c84725d3e9..988880dcee75 100644 --- a/drivers/zorro/proc.c +++ b/drivers/zorro/proc.c @@ -13,6 +13,7 @@ #include #include #include +#include #include #include #include