diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-10-26 18:06:20 -0400 |
---|---|---|
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-10-31 19:32:21 -0400 |
commit | 26e6e9e54ca197005421e0f0b852e3517eb3e2f5 (patch) | |
tree | 6ebee734245a6c62cbe61e9573fdcdfb8c8730d9 | |
parent | a5a697cdefd8b577b237662eb5d70f1ff75bf74f (diff) | |
download | linux-3.10-26e6e9e54ca197005421e0f0b852e3517eb3e2f5.tar.gz linux-3.10-26e6e9e54ca197005421e0f0b852e3517eb3e2f5.tar.bz2 linux-3.10-26e6e9e54ca197005421e0f0b852e3517eb3e2f5.zip |
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 <paul.gortmaker@windriver.com>
-rw-r--r-- | drivers/pnp/pnpacpi/core.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pnp/pnpacpi/core.c b/drivers/pnp/pnpacpi/core.c index ca84d5099ce..b00c17612a8 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 <linux/export.h> #include <linux/acpi.h> #include <linux/pnp.h> #include <linux/slab.h> |