]> git.neil.brown.name Git - history.git/commitdiff
[PATCH] mips: fixed build error about NEC VR4100 series
authorYoichi Yuasa <yuasa@hh.iij4u.or.jp>
Tue, 11 Jan 2005 01:24:37 +0000 (17:24 -0800)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Tue, 11 Jan 2005 01:24:37 +0000 (17:24 -0800)
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>
arch/mips/vr41xx/common/bcu.c
arch/mips/vr41xx/common/pmu.c

index 3613999a189a7f9c4abdfb87765c00af4a4b9e14..d14dae150b8a6f4e1525b88814dd230f00646d69 100644 (file)
@@ -30,6 +30,7 @@
  */
 #include <linux/init.h>
 #include <linux/ioport.h>
+#include <linux/kernel.h>
 #include <linux/smp.h>
 #include <linux/types.h>
 
index 3e1079dfb6c1274f6c1d43349bdf229de90bd102..c5f1043de9384c2f495705d0ff9c43fd670b8066 100644 (file)
@@ -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>