From: Paul Mundt Date: Mon, 20 Apr 2009 11:41:45 +0000 (+0900) Subject: sh: pci: Rename ops-cayman -> fixups-cayman. X-Git-Tag: v2.6.31-rc1~392^2~41^2~124^3~9 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=a5b08047129f214af1899bd9088605c7adc21ed5;p=karo-tx-linux.git sh: pci: Rename ops-cayman -> fixups-cayman. Now that ops-cayman.c only contains IRQ routing fixups, rename it. Signed-off-by: Paul Mundt --- diff --git a/arch/sh/drivers/pci/Makefile b/arch/sh/drivers/pci/Makefile index 2160a06b6c11..cb2190c3e36b 100644 --- a/arch/sh/drivers/pci/Makefile +++ b/arch/sh/drivers/pci/Makefile @@ -24,4 +24,4 @@ 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_CAYMAN) += ops-cayman.o +obj-$(CONFIG_SH_CAYMAN) += fixups-cayman.o diff --git a/arch/sh/drivers/pci/ops-cayman.c b/arch/sh/drivers/pci/fixups-cayman.c similarity index 100% rename from arch/sh/drivers/pci/ops-cayman.c rename to arch/sh/drivers/pci/fixups-cayman.c