summaryrefslogtreecommitdiffstats
path: root/arch/sh/drivers/pci/Makefile
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2009-03-11 08:17:53 +0100
committerPaul Mundt <lethal@linux-sh.org>2009-04-16 09:00:15 +0200
commitf1a9ba8f15f89f3f444985251efaf809cd16da53 (patch)
tree5828e7b4c2c2372eefde2f8d893c7aa599a8ff7f /arch/sh/drivers/pci/Makefile
parentsh: sh7785lcr: Update for recent PCI changes. (diff)
downloadlinux-f1a9ba8f15f89f3f444985251efaf809cd16da53.tar.xz
linux-f1a9ba8f15f89f3f444985251efaf809cd16da53.zip
sh: pci: drop duplicate PCIC fixups for SE7780 and SH7785LCR.
SE7780 has the same PCIC fixup as SDK7780, and SH7785LCR the same as R7780RP. Switch to using those, and drop the duplicate 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/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/sh/drivers/pci/Makefile b/arch/sh/drivers/pci/Makefile
index 847e90894d1b..67d710a04de1 100644
--- a/arch/sh/drivers/pci/Makefile
+++ b/arch/sh/drivers/pci/Makefile
@@ -21,6 +21,6 @@ obj-$(CONFIG_SH_SDK7780) += ops-sdk7780.o fixups-sdk7780.o
obj-$(CONFIG_SH_TITAN) += ops-titan.o
obj-$(CONFIG_SH_LANDISK) += ops-landisk.o
obj-$(CONFIG_SH_LBOX_RE2) += ops-lboxre2.o fixups-lboxre2.o
-obj-$(CONFIG_SH_7780_SOLUTION_ENGINE) += ops-se7780.o fixups-se7780.o
+obj-$(CONFIG_SH_7780_SOLUTION_ENGINE) += ops-se7780.o fixups-sdk7780.o
obj-$(CONFIG_SH_CAYMAN) += ops-cayman.o
-obj-$(CONFIG_SH_SH7785LCR) += ops-sh7785lcr.o fixups-sh7785lcr.o
+obj-$(CONFIG_SH_SH7785LCR) += ops-sh7785lcr.o fixups-r7780rp.o