diff options
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2011-04-11 11:17:26 +1000 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2011-06-08 09:08:38 +1000 |
commit | bf13a6fa09b8db7f1fd59b5e2ed3674a89a6a25c (patch) | |
tree | ee99085ebf2843e613f7643aaeebecd7bf95215b /arch/microblaze/pci/Makefile | |
parent | 72bdee79f89ffc9ce425611cdaf88d28a96b8b66 (diff) | |
download | linux-bf13a6fa09b8db7f1fd59b5e2ed3674a89a6a25c.tar.gz linux-bf13a6fa09b8db7f1fd59b5e2ed3674a89a6a25c.tar.bz2 linux-bf13a6fa09b8db7f1fd59b5e2ed3674a89a6a25c.zip |
microblaze/pci: Move the remains of pci_32.c to pci-common.c
There's no point in keeping this separate. Even if microblaze grows
a 64-bit variant, it will probably be able to re-use that code as-is
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Acked-by: Michal Simek <monstr@monstr.eu>
Acked-by: Grant Likely <grant.likely@secretlab.ca>
Diffstat (limited to 'arch/microblaze/pci/Makefile')
-rw-r--r-- | arch/microblaze/pci/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/microblaze/pci/Makefile b/arch/microblaze/pci/Makefile index 9889cc2e1294..d1114fbd4780 100644 --- a/arch/microblaze/pci/Makefile +++ b/arch/microblaze/pci/Makefile @@ -2,5 +2,5 @@ # Makefile # -obj-$(CONFIG_PCI) += pci_32.o pci-common.o indirect_pci.o iomap.o +obj-$(CONFIG_PCI) += pci-common.o indirect_pci.o iomap.o obj-$(CONFIG_PCI_XILINX) += xilinx_pci.o |