Re: [PATCH] scsi/mvsas.c needs to include linux/ctype.h fo isalnum

2008-02-23 Thread Stephen Rothwell
On Sat, 23 Feb 2008 22:39:11 -0600 James Bottomley <[EMAIL PROTECTED]> wrote: > > In future, it would be nice if you could send SCSI patches to the SCSI > list: [EMAIL PROTECTED] Sure thing. > But actually, a more complete version of this one is already upstream as > commit 0a3716eb04ccfdbef6e872

Re: [PATCH] scsi/mvsas.c needs to include linux/ctype.h fo isalnum

2008-02-23 Thread James Bottomley
On Sun, 2008-02-24 at 15:27 +1100, Stephen Rothwell wrote: > Signed-off-by: Stephen Rothwell <[EMAIL PROTECTED]> > --- > drivers/scsi/mvsas.c |1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > Discovered while compiling Linus' tree in preparation for today's linux-next. > > diff --

[PATCH] scsi/mvsas.c needs to include linux/ctype.h fo isalnum

2008-02-23 Thread Stephen Rothwell
Signed-off-by: Stephen Rothwell <[EMAIL PROTECTED]> --- drivers/scsi/mvsas.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) Discovered while compiling Linus' tree in preparation for today's linux-next. diff --git a/drivers/scsi/mvsas.c b/drivers/scsi/mvsas.c index 30e20e6..de762f4 1