diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/x86_64/kernel/pci-swiotlb.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/x86_64/kernel/pci-swiotlb.c b/arch/x86_64/kernel/pci-swiotlb.c index 6a55f87ba97f..697f0aa794b9 100644 --- a/arch/x86_64/kernel/pci-swiotlb.c +++ b/arch/x86_64/kernel/pci-swiotlb.c | |||
@@ -3,7 +3,8 @@ | |||
3 | #include <linux/pci.h> | 3 | #include <linux/pci.h> |
4 | #include <linux/cache.h> | 4 | #include <linux/cache.h> |
5 | #include <linux/module.h> | 5 | #include <linux/module.h> |
6 | #include <asm/dma-mapping.h> | 6 | #include <linux/dma-mapping.h> |
7 | |||
7 | #include <asm/proto.h> | 8 | #include <asm/proto.h> |
8 | #include <asm/swiotlb.h> | 9 | #include <asm/swiotlb.h> |
9 | #include <asm/dma.h> | 10 | #include <asm/dma.h> |