aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/vr41xx/common/Makefile
diff options
context:
space:
mode:
authorYoichi Yuasa <yuasa@hh.iij4u.or.jp>2005-07-27 11:44:22 -0700
committerLinus Torvalds <torvalds@g5.osdl.org>2005-07-27 16:25:58 -0700
commitf2d5c74d778fc59a46f8e173cf986e7320e15e50 (patch)
tree8abacac68f762bb2f6a0c8261fce6e6d1050d562 /arch/mips/vr41xx/common/Makefile
parent488f84994c55927eef587a0827dc957c908a0bad (diff)
downloadkernel_samsung_smdk4412-f2d5c74d778fc59a46f8e173cf986e7320e15e50.zip
kernel_samsung_smdk4412-f2d5c74d778fc59a46f8e173cf986e7320e15e50.tar.gz
kernel_samsung_smdk4412-f2d5c74d778fc59a46f8e173cf986e7320e15e50.tar.bz2
[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/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/vr41xx/common/Makefile b/arch/mips/vr41xx/common/Makefile
index 92c11e9..fa98ef3 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)