Skip to content

Commit

Permalink
MIPS: SEAD3: Combine all platform device registrations in one file.
Browse files Browse the repository at this point in the history
Signed-off-by: Ralf Baechle <[email protected]>
  • Loading branch information
ralfbaechle committed Apr 2, 2015
1 parent 21c784b commit 612544f
Show file tree
Hide file tree
Showing 6 changed files with 179 additions and 251 deletions.
7 changes: 3 additions & 4 deletions arch/mips/mti-sead3/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,11 @@
# Copyright (C) 2012 MIPS Technoligies, Inc. All rights reserved.
# Steven J. Hill <[email protected]>
#
obj-y := sead3-lcd.o sead3-display.o sead3-ehci.o \
sead3-init.o sead3-int.o sead3-mtd.o \
sead3-net.o sead3-platform.o sead3-reset.o \
obj-y := sead3-lcd.o sead3-display.o sead3-init.o \
sead3-int.o sead3-platform.o sead3-reset.o \
sead3-setup.o sead3-time.o

obj-y += leds-sead3.o sead3-leds.o
obj-y += leds-sead3.o

obj-$(CONFIG_EARLY_PRINTK) += sead3-console.o

Expand Down
49 changes: 0 additions & 49 deletions arch/mips/mti-sead3/sead3-ehci.c

This file was deleted.

89 changes: 0 additions & 89 deletions arch/mips/mti-sead3/sead3-leds.c

This file was deleted.

53 changes: 0 additions & 53 deletions arch/mips/mti-sead3/sead3-mtd.c

This file was deleted.

53 changes: 0 additions & 53 deletions arch/mips/mti-sead3/sead3-net.c

This file was deleted.

Loading

0 comments on commit 612544f

Please sign in to comment.