From f7064c5b30c3cf2cff8212b3f9d3fddef4868a7f Mon Sep 17 00:00:00 2001 From: Yoichi Yuasa Date: Mon, 10 Jan 2005 17:24:37 -0800 Subject: [PATCH] [PATCH] mips: fixed build error about NEC VR4100 series This patch had fixed build error about NEC VR4100 series. * add #include for printk() This patch had already applied to Ralf's cvs tree. Signed-off-by: Yoichi Yuasa Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- arch/mips/vr41xx/common/bcu.c | 1 + arch/mips/vr41xx/common/pmu.c | 1 + 2 files changed, 2 insertions(+) diff --git a/arch/mips/vr41xx/common/bcu.c b/arch/mips/vr41xx/common/bcu.c index 3613999a189a..d14dae150b8a 100644 --- a/arch/mips/vr41xx/common/bcu.c +++ b/arch/mips/vr41xx/common/bcu.c @@ -30,6 +30,7 @@ */ #include #include +#include #include #include diff --git a/arch/mips/vr41xx/common/pmu.c b/arch/mips/vr41xx/common/pmu.c index 3e1079dfb6c1..c5f1043de938 100644 --- a/arch/mips/vr41xx/common/pmu.c +++ b/arch/mips/vr41xx/common/pmu.c @@ -18,6 +18,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ #include +#include #include #include -- 2.39.5