Skip to content

Commit

Permalink
MIPS: EMMA: Fold arch/mips/emma/{common,markeins}/irq*.c into markein…
Browse files Browse the repository at this point in the history
…s/irq.c

Current EMMA2RH irq code is mess.  Before cleaning it up, gather them
in one place as a first step.

Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Shinya Kuribayashi authored and Ralf Baechle committed Oct 27, 2008
1 parent fcb3cfe commit 9ae9fd7
Show file tree
Hide file tree
Showing 6 changed files with 249 additions and 367 deletions.
2 changes: 1 addition & 1 deletion arch/mips/emma/common/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
# (at your option) any later version.
#

obj-$(CONFIG_NEC_MARKEINS) += irq.o irq_emma2rh.o prom.o
obj-$(CONFIG_NEC_MARKEINS) += prom.o
105 changes: 0 additions & 105 deletions arch/mips/emma/common/irq.c

This file was deleted.

103 changes: 0 additions & 103 deletions arch/mips/emma/common/irq_emma2rh.c

This file was deleted.

2 changes: 1 addition & 1 deletion arch/mips/emma/markeins/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
# (at your option) any later version.
#

obj-$(CONFIG_NEC_MARKEINS) += irq.o irq_markeins.o setup.o led.o platform.o
obj-$(CONFIG_NEC_MARKEINS) += irq.o setup.o led.o platform.o
Loading

0 comments on commit 9ae9fd7

Please sign in to comment.