From: Paul Gortmaker Date: Wed, 26 Oct 2011 22:06:20 +0000 (-0400) Subject: pnp: Add export.h for EXPORT_SYMBOL/THIS_MODULE as required X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=26e6e9e54ca197005421e0f0b852e3517eb3e2f5;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.git pnp: Add export.h for EXPORT_SYMBOL/THIS_MODULE as required These macros are no longer in module.h and module.h is no longer present everywhere. Call out export.h for the users who are making use of these macros. Signed-off-by: Paul Gortmaker --- diff --git a/drivers/pnp/pnpacpi/core.c b/drivers/pnp/pnpacpi/core.c index ca84d5099ce7..b00c17612a89 100644 --- a/drivers/pnp/pnpacpi/core.c +++ b/drivers/pnp/pnpacpi/core.c @@ -19,6 +19,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +#include #include #include #include