From 84972ec0c206b73ffb74e5114b574186ce6166b8 Mon Sep 17 00:00:00 2001 From: Paul Mundt Date: Mon, 20 Apr 2009 21:17:10 +0900 Subject: [PATCH] sh: pci: Rename SH7751 platform ops files to fixups. None of these contain pci_ops, only IRQ routing bits, rename them accordingly. Signed-off-by: Paul Mundt --- arch/sh/drivers/pci/Makefile | 8 ++++---- arch/sh/drivers/pci/{ops-landisk.c => fixups-landisk.c} | 0 arch/sh/drivers/pci/{ops-lboxre2.c => fixups-lboxre2.c} | 0 arch/sh/drivers/pci/{ops-snapgear.c => fixups-snapgear.c} | 0 arch/sh/drivers/pci/{ops-titan.c => fixups-titan.c} | 0 5 files changed, 4 insertions(+), 4 deletions(-) rename arch/sh/drivers/pci/{ops-landisk.c => fixups-landisk.c} (100%) rename arch/sh/drivers/pci/{ops-lboxre2.c => fixups-lboxre2.c} (100%) rename arch/sh/drivers/pci/{ops-snapgear.c => fixups-snapgear.c} (100%) rename arch/sh/drivers/pci/{ops-titan.c => fixups-titan.c} (100%) diff --git a/arch/sh/drivers/pci/Makefile b/arch/sh/drivers/pci/Makefile index b8667de19ec..abd931c1496 100644 --- a/arch/sh/drivers/pci/Makefile +++ b/arch/sh/drivers/pci/Makefile @@ -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 diff --git a/arch/sh/drivers/pci/ops-landisk.c b/arch/sh/drivers/pci/fixups-landisk.c similarity index 100% rename from arch/sh/drivers/pci/ops-landisk.c rename to arch/sh/drivers/pci/fixups-landisk.c diff --git a/arch/sh/drivers/pci/ops-lboxre2.c b/arch/sh/drivers/pci/fixups-lboxre2.c similarity index 100% rename from arch/sh/drivers/pci/ops-lboxre2.c rename to arch/sh/drivers/pci/fixups-lboxre2.c diff --git a/arch/sh/drivers/pci/ops-snapgear.c b/arch/sh/drivers/pci/fixups-snapgear.c similarity index 100% rename from arch/sh/drivers/pci/ops-snapgear.c rename to arch/sh/drivers/pci/fixups-snapgear.c diff --git a/arch/sh/drivers/pci/ops-titan.c b/arch/sh/drivers/pci/fixups-titan.c similarity index 100% rename from arch/sh/drivers/pci/ops-titan.c rename to arch/sh/drivers/pci/fixups-titan.c