
From: Yoichi Yuasa <yuasa@hh.iij4u.or.jp>

This patch had fixed build error about NEC VR4100 series.

 * add #include <linux/kernel.h> for printk()

This patch had already applied to Ralf's cvs tree.

Signed-off-by: Yoichi Yuasa <yuasa@hh.iij4u.or.jp>
Signed-off-by: Andrew Morton <akpm@osdl.org>
---

 25-akpm/arch/mips/vr41xx/common/bcu.c |    1 +
 25-akpm/arch/mips/vr41xx/common/pmu.c |    1 +
 2 files changed, 2 insertions(+)

diff -puN arch/mips/vr41xx/common/bcu.c~mips-fixed-build-error-about-nec-vr4100-series arch/mips/vr41xx/common/bcu.c
--- 25/arch/mips/vr41xx/common/bcu.c~mips-fixed-build-error-about-nec-vr4100-series	2005-01-10 17:29:38.508032808 -0800
+++ 25-akpm/arch/mips/vr41xx/common/bcu.c	2005-01-10 17:29:38.513032048 -0800
@@ -30,6 +30,7 @@
  */
 #include <linux/init.h>
 #include <linux/ioport.h>
+#include <linux/kernel.h>
 #include <linux/smp.h>
 #include <linux/types.h>
 
diff -puN arch/mips/vr41xx/common/pmu.c~mips-fixed-build-error-about-nec-vr4100-series arch/mips/vr41xx/common/pmu.c
--- 25/arch/mips/vr41xx/common/pmu.c~mips-fixed-build-error-about-nec-vr4100-series	2005-01-10 17:29:38.509032656 -0800
+++ 25-akpm/arch/mips/vr41xx/common/pmu.c	2005-01-10 17:29:38.513032048 -0800
@@ -18,6 +18,7 @@
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 #include <linux/init.h>
+#include <linux/kernel.h>
 #include <linux/smp.h>
 #include <linux/types.h>
 
_
