aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorYoichi Yuasa <yuasa@hh.iij4u.or.jp>2005-01-10 17:24:37 -0800
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-01-10 17:24:37 -0800
commitf7064c5b30c3cf2cff8212b3f9d3fddef4868a7f (patch)
tree929f257c52b1bcd07f068a8fdd75f1f30d55be2d /arch
parentbb164354b2f8d8ef7f14ab8966c53a7281caad55 (diff)
downloadhistory-f7064c5b30c3cf2cff8212b3f9d3fddef4868a7f.tar.gz
[PATCH] mips: fixed build error about NEC VR4100 series
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> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/mips/vr41xx/common/bcu.c1
-rw-r--r--arch/mips/vr41xx/common/pmu.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/vr41xx/common/bcu.c b/arch/mips/vr41xx/common/bcu.c
index 3613999a189a7f..d14dae150b8a6f 100644
--- a/arch/mips/vr41xx/common/bcu.c
+++ b/arch/mips/vr41xx/common/bcu.c
@@ -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 --git a/arch/mips/vr41xx/common/pmu.c b/arch/mips/vr41xx/common/pmu.c
index 3e1079dfb6c127..c5f1043de9384c 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 <linux/init.h>
+#include <linux/kernel.h>
#include <linux/smp.h>
#include <linux/types.h>