Re: [PATCH 34/35] MIPS: vr41xx: Cleanup firmware support for vr41xx platforms.
From: Yuasa Yoichi <hidden>
Date: 2012-06-06 02:20:25
From: Yuasa Yoichi <hidden>
Date: 2012-06-06 02:20:25
Hi, 2012/6/6 Steven J. Hill [off-list ref]:
From: "Steven J. Hill" <redacted> Signed-off-by: Steven J. Hill <redacted> --- arch/mips/vr41xx/common/init.c | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-)diff --git a/arch/mips/vr41xx/common/init.c b/arch/mips/vr41xx/common/init.c index 2391632..a2fa7f0 100644 --- a/arch/mips/vr41xx/common/init.c +++ b/arch/mips/vr41xx/common/init.c@@ -22,8 +22,8 @@#include <linux/irq.h> #include <linux/string.h>
You can remove #include <linux/string.h> too. Yoichi