]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
x86: kernel/pci-dma.c needs export.h
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Thu, 28 Jul 2011 18:39:06 +0000 (14:39 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Sun, 31 Jul 2011 05:43:48 +0000 (01:43 -0400)
After the module.h cleanup, we'll get:

arch/x86/kernel/pci-dma.c:20: warning: type defaults to ‘int’ in declaration of ‘EXPORT_SYMBOL’

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
arch/x86/kernel/pci-dma.c

index b49d00da2aed309b5f0ea3413748e0253dfeb378..ddff61d5f6506426ecee61fa677ea5e3946c471a 100644 (file)
@@ -1,6 +1,7 @@
 #include <linux/dma-mapping.h>
 #include <linux/dma-debug.h>
 #include <linux/dmar.h>
+#include <linux/export.h>
 #include <linux/bootmem.h>
 #include <linux/gfp.h>
 #include <linux/pci.h>