Skip to content

Commit

Permalink
[POWERPC] Small cleanup of EFIKA platform
Browse files Browse the repository at this point in the history
The efika platform used three files efika-pci.c efika-setup.c and
a 2 line efika.h to link the two. The total of code in those is
really not much and therefore, I think they're better merged
in a single file.

There is absolutely _no_code_change_ at all, just merged the files.

Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
Acked-by: Grant Likely <grant.likely@secretlab.ca>
Signed-off-by: Paul Mackerras <paulus@samba.org>
  • Loading branch information
Sylvain Munaut authored and Paul Mackerras committed Feb 13, 2007
1 parent 46e4cf6 commit 9724b86
Show file tree
Hide file tree
Showing 5 changed files with 244 additions and 260 deletions.
2 changes: 1 addition & 1 deletion arch/powerpc/platforms/52xx/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ obj-y += mpc52xx_pic.o mpc52xx_common.o
obj-$(CONFIG_PCI) += mpc52xx_pci.o
endif

obj-$(CONFIG_PPC_EFIKA) += efika-setup.o efika-pci.o
obj-$(CONFIG_PPC_EFIKA) += efika.o
obj-$(CONFIG_PPC_LITE5200) += lite5200.o
119 changes: 0 additions & 119 deletions arch/powerpc/platforms/52xx/efika-pci.c

This file was deleted.

121 changes: 0 additions & 121 deletions arch/powerpc/platforms/52xx/efika-setup.c

This file was deleted.

Loading

0 comments on commit 9724b86

Please sign in to comment.