diff options
author | Bjorn Helgaas <bhelgaas@google.com> | 2012-03-16 17:48:29 -0600 |
---|---|---|
committer | Jesse Barnes <jbarnes@virtuousgeek.org> | 2012-03-20 10:42:03 -0700 |
commit | bc4d7990d09dc066897493619ec3c90ad0285ead (patch) | |
tree | a40be60d5c218bdcf287f888a45800646a39e7ac /arch/unicore32/kernel | |
parent | a031589bc04086250d0a4d89dd277a70d74ed8fa (diff) |
unicore32/PCI: move <asm-generic/pci-bridge.h> include to asm/pci.h
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>
Diffstat (limited to 'arch/unicore32/kernel')
-rw-r--r-- | arch/unicore32/kernel/pci.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/unicore32/kernel/pci.c b/arch/unicore32/kernel/pci.c index 6c1248f5f56..2fc2b1ba825 100644 --- a/arch/unicore32/kernel/pci.c +++ b/arch/unicore32/kernel/pci.c @@ -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; |