Include <linux/dma-mapping.h> explicitly, it depends on architecture's pci.h to include it before this. It cause compilation error when we move to asm-generic pci. Signed-off-by: Ley Foon Tan <lftan@xxxxxxxxxx> --- drivers/pci/pci.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/pci/pci.c b/drivers/pci/pci.c index 6a9a111..ef2f09e 100644 --- a/drivers/pci/pci.c +++ b/drivers/pci/pci.c @@ -25,6 +25,7 @@ #include <linux/device.h> #include <linux/pm_runtime.h> #include <linux/pci_hotplug.h> +#include <linux/dma-mapping.h> #include <asm-generic/pci-bridge.h> #include <asm/setup.h> #include "pci.h" -- 1.8.2.1 -- To unsubscribe from this list: send the line "unsubscribe linux-arch" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html