[IA64-SGI] sn2-move-pci-headers.patch
[firefly-linux-kernel-4.4.55.git] / arch / ia64 / sn / pci / pci_dma.c
index c2b92b94c563916eb3ca4e27fa38a411568e6b86..5da9bdbde7cb829dbef14774cf5bf2c9d568f8d5 100644 (file)
@@ -12,8 +12,8 @@
 #include <linux/module.h>
 #include <asm/dma.h>
 #include <asm/sn/sn_sal.h>
-#include "pci/pcibus_provider_defs.h"
-#include "pci/pcidev.h"
+#include <asm/sn/pcibus_provider_defs.h>
+#include <asm/sn/pcidev.h>
 
 #define SG_ENT_VIRT_ADDRESS(sg)        (page_address((sg)->page) + (sg)->offset)
 #define SG_ENT_PHYS_ADDRESS(SG)        virt_to_phys(SG_ENT_VIRT_ADDRESS(SG))