All of lore.kernel.org
 help / color / mirror / Atom feed
From: Boaz Harrosh <bharrosh@panasas.com>
To: Kamalesh Babulal <kamalesh@linux.vnet.ibm.com>
Cc: LKML <linux-kernel@vger.kernel.org>, Greg Kroah-Hartman <gregkh@suse.de>
Subject: Re: 2.6.23-git8 missing include file - [Resending the patch]
Date: Tue, 16 Oct 2007 11:35:57 +0200	[thread overview]
Message-ID: <471485FD.2060906@panasas.com> (raw)
In-Reply-To: <471459D1.5090203@linux.vnet.ibm.com>

On Tue, Oct 16 2007 at 8:27 +0200, Kamalesh Babulal <kamalesh@linux.vnet.ibm.com> wrote:
> Kamalesh Babulal wrote:
>> Hi,
>>
>> The build fails with following error
>>
>>   CC      drivers/usb/storage/scsiglue.o
>>   CC      drivers/usb/storage/protocol.o
>>   CC      drivers/usb/storage/transport.o
>> In file included from drivers/usb/storage/transport.c:53:
>> include/scsi/scsi_eh.h:79: error: field 'sense_sgl' has incomplete type
>> make[3]: *** [drivers/usb/storage/transport.o] Error 1
>> make[2]: *** [drivers/usb/storage] Error 2
>> make[1]: *** [drivers/usb] Error 2
>> make: *** [drivers] Error 2
>  
> <snip>
> 
> Signed-off-by: Kamalesh Babulal <kamalesh@linux.vnet.ibm.com>
> --
> --- linux-2.6.23/include/scsi/scsi_cmnd.h       2007-10-16 09:58:30.000000000 +0530
> +++ linux-2.6.23/include/scsi/~scsi_cmnd.h      2007-10-16 10:20:32.000000000 +0530
> @@ -5,6 +5,7 @@
>  #include <linux/list.h>
>  #include <linux/types.h>
>  #include <linux/timer.h>
> +#include <linux/scatterlist.h>
>  
>  struct request;
>  struct scatterlist;
> 
This was already fixed here:
http://www.spinics.net/lists/linux-scsi/msg20177.html

Thanks


      reply	other threads:[~2007-10-16  9:36 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-10-16  5:49 2.6.23-git8 missing include file Kamalesh Babulal
2007-10-16  6:27 ` 2.6.23-git8 missing include file - [Resending the patch] Kamalesh Babulal
2007-10-16  9:35   ` Boaz Harrosh [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=471485FD.2060906@panasas.com \
    --to=bharrosh@panasas.com \
    --cc=gregkh@suse.de \
    --cc=kamalesh@linux.vnet.ibm.com \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.