Update of /cvsroot/linux-mips/linux/arch/mips/vr41xx/vr4121/workpad
In directory usw-pr-cvs1:/tmp/cvs-serv20226/arch/mips/vr41xx/vr4121/workpad
Modified Files:
Makefile
Removed Files:
irq.c
Log Message:
Kill off the need for platform specific vr41xx_board_irq_init(). Calling
vr41xx_board_irq_init() will be a nop on platforms that don't specifically
assign a value to board_irq_init. See eagle for an example.
Index: Makefile
===================================================================
RCS file: /cvsroot/linux-mips/linux/arch/mips/vr41xx/vr4121/workpad/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- Makefile 7 Mar 2002 03:16:54 -0000 1.1
+++ Makefile 14 Jun 2002 15:02:15 -0000 1.2
@@ -15,7 +15,7 @@
all: workpad.o
-obj-y := init.o irq.o setup.o
+obj-y := init.o setup.o
obj-$(CONFIG_IDE) += ide-workpad.o
--- irq.c DELETED ---
|