]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
unicore32/PCI: move <asm-generic/pci-bridge.h> include to asm/pci.h
authorBjorn Helgaas <bhelgaas@google.com>
Fri, 16 Mar 2012 23:48:29 +0000 (17:48 -0600)
committerJesse Barnes <jbarnes@virtuousgeek.org>
Tue, 20 Mar 2012 17:42:03 +0000 (10:42 -0700)
Move this include to be consistent with other architectures.

CC: Guan Xuetao <gxt@mprc.pku.edu.cn>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
arch/unicore32/include/asm/pci.h
arch/unicore32/kernel/pci.c

index dd3867727c3521138436c1a05bf8bd4b4a976ee4..f5e108f4a151a9bbb2d72865bd0c83519dee9707 100644 (file)
@@ -14,6 +14,7 @@
 
 #ifdef __KERNEL__
 #include <asm-generic/pci-dma-compat.h>
+#include <asm-generic/pci-bridge.h>
 #include <asm-generic/pci.h>
 #include <mach/hardware.h> /* for PCIBIOS_MIN_* */
 
index 6c1248f5f56a040b4c69882f8122f6232c19512e..2fc2b1ba825e6f49701ac0659ea13f5e3c77c021 100644 (file)
@@ -19,7 +19,6 @@
 #include <linux/slab.h>
 #include <linux/init.h>
 #include <linux/io.h>
-#include <asm-generic/pci-bridge.h>
 
 static int debug_pci;