diff options
author | Yoichi Yuasa <yuasa@hh.iij4u.or.jp> | 2005-07-27 11:44:22 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-07-27 16:25:58 -0700 |
commit | f2d5c74d778fc59a46f8e173cf986e7320e15e50 (patch) | |
tree | 8abacac68f762bb2f6a0c8261fce6e6d1050d562 /arch/mips/vr41xx/common/Makefile | |
parent | 488f84994c55927eef587a0827dc957c908a0bad (diff) | |
download | talos-op-linux-f2d5c74d778fc59a46f8e173cf986e7320e15e50.tar.gz talos-op-linux-f2d5c74d778fc59a46f8e173cf986e7320e15e50.zip |
[PATCH] mips: remove obsolete GIU driver for vr41xx
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>
Diffstat (limited to 'arch/mips/vr41xx/common/Makefile')
-rw-r--r-- | arch/mips/vr41xx/common/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/vr41xx/common/Makefile b/arch/mips/vr41xx/common/Makefile index 92c11e9bbb3f..fa98ef3855bc 100644 --- a/arch/mips/vr41xx/common/Makefile +++ b/arch/mips/vr41xx/common/Makefile @@ -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) |