Browse Source

sh: pci: Rename ops-cayman -> fixups-cayman.

Now that ops-cayman.c only contains IRQ routing fixups, rename it.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Paul Mundt 16 years ago
parent
commit
a5b0804712
2 changed files with 1 additions and 1 deletions
  1. 1 1
      arch/sh/drivers/pci/Makefile
  2. 0 0
      arch/sh/drivers/pci/fixups-cayman.c

+ 1 - 1
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

+ 0 - 0
arch/sh/drivers/pci/ops-cayman.c → arch/sh/drivers/pci/fixups-cayman.c