]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
pnp: Add export.h for EXPORT_SYMBOL/THIS_MODULE as required
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Wed, 26 Oct 2011 22:06:20 +0000 (18:06 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Mon, 31 Oct 2011 23:32:21 +0000 (19:32 -0400)
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>
drivers/pnp/pnpacpi/core.c

index ca84d5099ce7c5fa654a39fa38427f8209b9a03d..b00c17612a89441752938de2c424d51eec6c941b 100644 (file)
@@ -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>