diff options
author | Paul Mundt <lethal@linux-sh.org> | 2009-04-20 08:46:42 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-04-20 08:46:42 -0400 |
commit | 805fcc88999162b361ef0b0ce25782ef65f147d7 (patch) | |
tree | 6d39798614428034f9fada4bd6406d2100c634b6 /arch/sh/drivers/pci/Makefile | |
parent | 2d5efc190eb415dbff79ffab4f8ea731ab0288a9 (diff) |
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 @@ | |||
2 | # Makefile for the PCI specific kernel interface routines under Linux. | 2 | # Makefile for the PCI specific kernel interface routines under Linux. |
3 | # | 3 | # |
4 | obj-y += pci-lib.o | 4 | obj-y += pci-lib.o |
5 | obj-$(CONFIG_PCI_AUTO) += pci.o pci-auto.o | ||
6 | obj-$(CONFIG_PCI_NEW) += pci-new.o | 5 | obj-$(CONFIG_PCI_NEW) += pci-new.o |
7 | 6 | ||
8 | obj-$(CONFIG_CPU_SUBTYPE_SH7751) += pci-sh7751.o ops-sh4.o | 7 | obj-$(CONFIG_CPU_SUBTYPE_SH7751) += pci-sh7751.o ops-sh4.o |