linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [BUILD FAILURE]2.6.24-git10 section type conflict
@ 2008-02-01 18:26 Sudhir Kumar
  2008-02-01 18:34 ` Sam Ravnborg
  0 siblings, 1 reply; 2+ messages in thread
From: Sudhir Kumar @ 2008-02-01 18:26 UTC (permalink / raw)
  To: linux-kernel; +Cc: sam ravnborg, net-dev-mailing list

Hi All,
I found the following kernel build failure for 2.6.24-git10
on my machine:

  CC [M]  drivers/scsi/lpfc/lpfc_attr.o
drivers/net/sis190.c:329: error: sis190_pci_tbl causes a section type
conflict
make[2]: *** [drivers/net/sis190.o] Error 1
make[1]: *** [drivers/net] Error 2
make[1]: *** Waiting for unfinished jobs....
  CC [M]  drivers/scsi/lpfc/lpfc_vport.o


machine info:
[root@x330d ~]# uname -a
Linux x330d.in.ibm.com 2.6.24-rc8 #1 SMP Thu Jan 31 16:46:34 NPT 2008
i686 i686 i386 GNU/Linux

Thanks

Sudhir Kumar
Linux Technology Centre
Bangalore

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

* Re: [BUILD FAILURE]2.6.24-git10 section type conflict
  2008-02-01 18:26 [BUILD FAILURE]2.6.24-git10 section type conflict Sudhir Kumar
@ 2008-02-01 18:34 ` Sam Ravnborg
  0 siblings, 0 replies; 2+ messages in thread
From: Sam Ravnborg @ 2008-02-01 18:34 UTC (permalink / raw)
  To: Sudhir Kumar; +Cc: linux-kernel, net-dev-mailing list

On Fri, Feb 01, 2008 at 11:56:27PM +0530, Sudhir Kumar wrote:
> Hi All,
> I found the following kernel build failure for 2.6.24-git10
> on my machine:
> 
>   CC [M]  drivers/scsi/lpfc/lpfc_attr.o
> drivers/net/sis190.c:329: error: sis190_pci_tbl causes a section type
> conflict
> make[2]: *** [drivers/net/sis190.o] Error 1
> make[1]: *** [drivers/net] Error 2
> make[1]: *** Waiting for unfinished jobs....
>   CC [M]  drivers/scsi/lpfc/lpfc_vport.o

Known issue with fix already pushed upstream.
A workaround is to delete __devinitdata from the
corresponding .c (sis190.c) file.

	Sam

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

end of thread, other threads:[~2008-02-01 18:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-02-01 18:26 [BUILD FAILURE]2.6.24-git10 section type conflict Sudhir Kumar
2008-02-01 18:34 ` Sam Ravnborg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).