]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/x86/kernel/pci-swiotlb_64.c
x86: use CR0 defines.
[linux-2.6-omap-h63xx.git] / arch / x86 / kernel / pci-swiotlb_64.c
index b2f405ea7c85002b779b3c928a26ce424c9a0a0e..82a0a674a003f815b5d98cd540e56e26f4c332df 100644 (file)
@@ -5,12 +5,11 @@
 #include <linux/module.h>
 #include <linux/dma-mapping.h>
 
-#include <asm/iommu.h>
+#include <asm/gart.h>
 #include <asm/swiotlb.h>
 #include <asm/dma.h>
 
 int swiotlb __read_mostly;
-EXPORT_SYMBOL(swiotlb);
 
 const struct dma_mapping_ops swiotlb_dma_ops = {
        .mapping_error = swiotlb_dma_mapping_error,