Skip to content

Commit

Permalink
sh: pci: drop duplicate PCIC fixups for SE7780 and SH7785LCR.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Paul Mundt committed Apr 16, 2009
1 parent 3aabce8 commit f1a9ba8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 111 deletions.
4 changes: 2 additions & 2 deletions arch/sh/drivers/pci/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
62 changes: 0 additions & 62 deletions arch/sh/drivers/pci/fixups-se7780.c

This file was deleted.

47 changes: 0 additions & 47 deletions arch/sh/drivers/pci/fixups-sh7785lcr.c

This file was deleted.

0 comments on commit f1a9ba8

Please sign in to comment.