public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* 2.6.23-git8 missing include file
@ 2007-10-16  5:49 Kamalesh Babulal
  2007-10-16  6:27 ` 2.6.23-git8 missing include file - [Resending the patch] Kamalesh Babulal
  0 siblings, 1 reply; 3+ messages in thread
From: Kamalesh Babulal @ 2007-10-16  5:49 UTC (permalink / raw)
  To: LKML; +Cc: Greg Kroah-Hartman

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

This patch fixes the build failure

--- 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;

-- 
Thanks & Regards,
Kamalesh Babulal,
Linux Technology Center,
IBM, ISTL.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: 2.6.23-git8 missing include file - [Resending the patch]
  2007-10-16  5:49 2.6.23-git8 missing include file Kamalesh Babulal
@ 2007-10-16  6:27 ` Kamalesh Babulal
  2007-10-16  9:35   ` Boaz Harrosh
  0 siblings, 1 reply; 3+ messages in thread
From: Kamalesh Babulal @ 2007-10-16  6:27 UTC (permalink / raw)
  To: Kamalesh Babulal; +Cc: LKML, Greg Kroah-Hartman

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;

-- 
Thanks & Regards,
Kamalesh Babulal,
Linux Technology Center,
IBM, ISTL.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: 2.6.23-git8 missing include file - [Resending the patch]
  2007-10-16  6:27 ` 2.6.23-git8 missing include file - [Resending the patch] Kamalesh Babulal
@ 2007-10-16  9:35   ` Boaz Harrosh
  0 siblings, 0 replies; 3+ messages in thread
From: Boaz Harrosh @ 2007-10-16  9:35 UTC (permalink / raw)
  To: Kamalesh Babulal; +Cc: LKML, Greg Kroah-Hartman

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


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-10-16  9:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox