[PATCH][v850] Include <asm/string.h> in v850 simcons.c

Miles Bader (miles@lsi.nec.co.jp)
Tue, 8 Apr 2003 18:27:42 +0900 (JST)


diff -ruN -X../cludes linux-2.5.67-moo.orig/arch/v850/kernel/simcons.c linux-2.5.67-moo/arch/v850/kernel/simcons.c
--- linux-2.5.67-moo.orig/arch/v850/kernel/simcons.c 2002-11-28 10:24:54.000000000 +0900
+++ linux-2.5.67-moo/arch/v850/kernel/simcons.c 2003-04-08 10:39:41.000000000 +0900
@@ -1,8 +1,8 @@
/*
* arch/v850/kernel/simcons.c -- Console I/O for GDB v850e simulator
*
- * Copyright (C) 2001,02 NEC Corporation
- * Copyright (C) 2001,02 Miles Bader <miles@gnu.org>
+ * Copyright (C) 2001,02,03 NEC Electronics Corporation
+ * Copyright (C) 2001,02,03 Miles Bader <miles@gnu.org>
*
* This file is subject to the terms and conditions of the GNU General
* Public License. See the file COPYING in the main directory of this
@@ -19,6 +19,7 @@
#include <linux/init.h>

#include <asm/poll.h>
+#include <asm/string.h>
#include <asm/simsyscall.h>


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/