commit | bd3ff1943509e641a34f2d8dd1d41ed12a4476c1 | [log] [tgz] |
---|---|---|
author | Paul Gortmaker <paul.gortmaker@windriver.com> | Sun Jul 31 18:33:21 2011 -0400 |
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | Mon Oct 31 19:30:58 2011 -0400 |
tree | ad6363cea8983241a844a8d4be64e382cbe2b38c | |
parent | 3a4c5d5964ed43a5524f6d289fb4cd37d39f3f1a [diff] [blame] |
ia64: Add export.h to arch/ia64 specific files as required Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
diff --git a/arch/ia64/kernel/dma-mapping.c b/arch/ia64/kernel/dma-mapping.c index f2c1600..7f79162 100644 --- a/arch/ia64/kernel/dma-mapping.c +++ b/arch/ia64/kernel/dma-mapping.c
@@ -1,4 +1,5 @@ #include <linux/dma-mapping.h> +#include <linux/export.h> /* Set this to 1 if there is a HW IOMMU in the system */ int iommu_detected __read_mostly;