]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
intel-iommu: now needs export.h for EXPORT_SYMBOL_GPL
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Sat, 29 Oct 2011 14:26:25 +0000 (10:26 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Mon, 31 Oct 2011 23:32:14 +0000 (19:32 -0400)
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
drivers/iommu/intel-iommu.c

index bb161d2fa03cbc7bbef23977cb5fc7c530329ef2..c0c7820d4c46b406465e0d2d8e059a80ce819476 100644 (file)
@@ -24,6 +24,7 @@
 #include <linux/init.h>
 #include <linux/bitmap.h>
 #include <linux/debugfs.h>
+#include <linux/export.h>
 #include <linux/slab.h>
 #include <linux/irq.h>
 #include <linux/interrupt.h>