diff options
author | Paul Mundt <lethal@linux-sh.org> | 2009-04-20 21:46:42 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-04-20 21:46:42 +0900 |
commit | 805fcc88999162b361ef0b0ce25782ef65f147d7 (patch) | |
tree | 6d39798614428034f9fada4bd6406d2100c634b6 /arch/sh/drivers/pci/Makefile | |
parent | 2d5efc190eb415dbff79ffab4f8ea731ab0288a9 (diff) | |
download | blackbird-op-linux-805fcc88999162b361ef0b0ce25782ef65f147d7.tar.gz blackbird-op-linux-805fcc88999162b361ef0b0ce25782ef65f147d7.zip |
sh: pci: Kill off the last remnants of the now unused pci-auto code.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/drivers/pci/Makefile')
-rw-r--r-- | arch/sh/drivers/pci/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/sh/drivers/pci/Makefile b/arch/sh/drivers/pci/Makefile index e388a70d1463..a8350ccfa9d3 100644 --- a/arch/sh/drivers/pci/Makefile +++ b/arch/sh/drivers/pci/Makefile @@ -2,7 +2,6 @@ # Makefile for the PCI specific kernel interface routines under Linux. # obj-y += pci-lib.o -obj-$(CONFIG_PCI_AUTO) += pci.o pci-auto.o obj-$(CONFIG_PCI_NEW) += pci-new.o obj-$(CONFIG_CPU_SUBTYPE_SH7751) += pci-sh7751.o ops-sh4.o |