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: MMI-PSA29.97-13-9~18087^2~59 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=8aaf7a0e37d1560d274da1104bc91273b37e2c52;p=GitHub%2FMotorolaMobilityLLC%2Fkernel-slsi.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