Hi, 2012/6/6 Steven J. Hill <sjhill@xxxxxxxx>: > From: "Steven J. Hill" <sjhill@xxxxxxxx> > > Signed-off-by: Steven J. Hill <sjhill@xxxxxxxx> > --- > 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