]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
sh: pci: Rename SH7751 platform ops files to fixups.
authorPaul Mundt <lethal@linux-sh.org>
Mon, 20 Apr 2009 12:17:10 +0000 (21:17 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Mon, 20 Apr 2009 12:17:10 +0000 (21:17 +0900)
None of these contain pci_ops, only IRQ routing bits, rename them
accordingly.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/drivers/pci/Makefile
arch/sh/drivers/pci/fixups-landisk.c [moved from arch/sh/drivers/pci/ops-landisk.c with 100% similarity]
arch/sh/drivers/pci/fixups-lboxre2.c [moved from arch/sh/drivers/pci/ops-lboxre2.c with 100% similarity]
arch/sh/drivers/pci/fixups-snapgear.c [moved from arch/sh/drivers/pci/ops-snapgear.c with 100% similarity]
arch/sh/drivers/pci/fixups-titan.c [moved from arch/sh/drivers/pci/ops-titan.c with 100% similarity]

index b8667de19ece66722804c72c96b63b981c28a39d..abd931c14965c8398f55c6b91b3cfc9dec7927dc 100644 (file)
@@ -14,14 +14,14 @@ obj-$(CONFIG_CPU_SH5)                       += pci-sh5.o ops-sh5.o
 
 obj-$(CONFIG_SH_DREAMCAST)             += ops-dreamcast.o fixups-dreamcast.o \
                                           pci-dreamcast.o
-obj-$(CONFIG_SH_SECUREEDGE5410)                += ops-snapgear.o
+obj-$(CONFIG_SH_SECUREEDGE5410)                += fixups-snapgear.o
 obj-$(CONFIG_SH_RTS7751R2D)            += ops-rts7751r2d.o fixups-rts7751r2d.o
 obj-$(CONFIG_SH_SH03)                  += fixups-sh03.o
 obj-$(CONFIG_SH_HIGHLANDER)            += fixups-r7780rp.o
 obj-$(CONFIG_SH_SH7785LCR)             += fixups-r7780rp.o
 obj-$(CONFIG_SH_SDK7780)               += fixups-sdk7780.o
 obj-$(CONFIG_SH_7780_SOLUTION_ENGINE)  += 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-rts7751r2d.o
+obj-$(CONFIG_SH_TITAN)                 += fixups-titan.o
+obj-$(CONFIG_SH_LANDISK)               += fixups-landisk.o
+obj-$(CONFIG_SH_LBOX_RE2)              += fixups-lboxre2.o fixups-rts7751r2d.o
 obj-$(CONFIG_SH_CAYMAN)                        += fixups-cayman.o