Skip to content

Commit

Permalink
[PATCH] mips: remove obsolete GIU driver for vr41xx
Browse files Browse the repository at this point in the history
This patch has removed obsolete GIU driver for vr41xx.  This patch already
has been applied to mips tree.

Signed-off-by: Yoichi Yuasa <yuasa@hh.iij4u.or.jp>
Cc: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Yoichi Yuasa authored and Linus Torvalds committed Jul 27, 2005
1 parent 488f849 commit f2d5c74
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 456 deletions.
2 changes: 1 addition & 1 deletion arch/mips/vr41xx/common/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Makefile for common code of the NEC VR4100 series.
#

obj-y += bcu.o cmu.o giu.o icu.o init.o int-handler.o pmu.o
obj-y += bcu.o cmu.o icu.o init.o int-handler.o pmu.o
obj-$(CONFIG_VRC4173) += vrc4173.o

EXTRA_AFLAGS := $(CFLAGS)
Loading

0 comments on commit f2d5c74

Please sign in to comment.