* [PATCH 2.6] fix build error about NEC VR4100 series.
@ 2004-12-01 15:05 Yoichi Yuasa
2004-12-01 15:44 ` Ralf Baechle
0 siblings, 1 reply; 2+ messages in thread
From: Yoichi Yuasa @ 2004-12-01 15:05 UTC (permalink / raw)
To: Ralf Baechle; +Cc: yuasa, linux-mips
Hi Ralf,
This patch had fixed build error about NEC VR4100 series.
Please apply this patch to 2.6.
Yoichi
Signed-off-by: Yoichi Yuasa <yuasa@hh.iij4u.or.jp>
diff -urN -X dontdiff a-orig/arch/mips/vr41xx/common/bcu.c a/arch/mips/vr41xx/common/bcu.c
--- a-orig/arch/mips/vr41xx/common/bcu.c Thu May 27 02:11:11 2004
+++ a/arch/mips/vr41xx/common/bcu.c Wed Dec 1 23:50:40 2004
@@ -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 -urN -X dontdiff a-orig/arch/mips/vr41xx/common/pmu.c a/arch/mips/vr41xx/common/pmu.c
--- a-orig/arch/mips/vr41xx/common/pmu.c Thu May 27 02:11:11 2004
+++ a/arch/mips/vr41xx/common/pmu.c Wed Dec 1 23:50:40 2004
@@ -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>
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH 2.6] fix build error about NEC VR4100 series.
2004-12-01 15:05 [PATCH 2.6] fix build error about NEC VR4100 series Yoichi Yuasa
@ 2004-12-01 15:44 ` Ralf Baechle
0 siblings, 0 replies; 2+ messages in thread
From: Ralf Baechle @ 2004-12-01 15:44 UTC (permalink / raw)
To: Yoichi Yuasa; +Cc: linux-mips
On Thu, Dec 02, 2004 at 12:05:30AM +0900, Yoichi Yuasa wrote:
> This patch had fixed build error about NEC VR4100 series.
> Please apply this patch to 2.6.
Applied,
Ralf
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2004-12-01 15:44 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-12-01 15:05 [PATCH 2.6] fix build error about NEC VR4100 series Yoichi Yuasa
2004-12-01 15:44 ` Ralf Baechle
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.