public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
* 2.5.70-mm2: NCR_D700.c doesn't compile
       [not found] <20030529012914.2c315dad.akpm@digeo.com>
@ 2003-05-29 20:57 ` Adrian Bunk
  2003-05-29 21:01   ` James Bottomley
  2003-05-29 21:17 ` 2.5.70-mm2: NCR53C9x.c " Adrian Bunk
  2003-05-29 22:15 ` 2.5.70-mm2: g_NCR5380 link errors Adrian Bunk
  2 siblings, 1 reply; 4+ messages in thread
From: Adrian Bunk @ 2003-05-29 20:57 UTC (permalink / raw)
  To: Andrew Morton, jejb; +Cc: linux-kernel, linux-scsi

It seems the following compile error comes from Linus' tree:

<--  snip  -->

...
  CC      drivers/scsi/NCR_D700.o
In file included from include/linux/mca.h:132,
                 from drivers/scsi/NCR_D700.c:99:
include/linux/mca-legacy.h:10:2: warning: #warning "MCA legacy - please 
move your driver to the new sysfs api"
drivers/scsi/NCR_D700.c: In function `NCR_D700_exit':
drivers/scsi/NCR_D700.c:388: too few arguments to function `scsi_sysfs_release_attributes'
make[2]: *** [drivers/scsi/NCR_D700.o] Error 1

<--  snip  -->

cu
Adrian

-- 

       "Is there not promise of rain?" Ling Tan asked suddenly out
        of the darkness. There had been need of rain for many days.
       "Only a promise," Lao Er said.
                                       Pearl S. Buck - Dragon Seed


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

* Re: 2.5.70-mm2: NCR_D700.c doesn't compile
  2003-05-29 20:57 ` 2.5.70-mm2: NCR_D700.c doesn't compile Adrian Bunk
@ 2003-05-29 21:01   ` James Bottomley
  0 siblings, 0 replies; 4+ messages in thread
From: James Bottomley @ 2003-05-29 21:01 UTC (permalink / raw)
  To: Adrian Bunk; +Cc: Andrew Morton, Linux Kernel, SCSI Mailing List

On Thu, 2003-05-29 at 16:57, Adrian Bunk wrote:
> It seems the following compile error comes from Linus' tree:

Yes, I already have the fix (which is to add the correct argument to the
function).

James



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

* 2.5.70-mm2: NCR53C9x.c doesn't compile
       [not found] <20030529012914.2c315dad.akpm@digeo.com>
  2003-05-29 20:57 ` 2.5.70-mm2: NCR_D700.c doesn't compile Adrian Bunk
@ 2003-05-29 21:17 ` Adrian Bunk
  2003-05-29 22:15 ` 2.5.70-mm2: g_NCR5380 link errors Adrian Bunk
  2 siblings, 0 replies; 4+ messages in thread
From: Adrian Bunk @ 2003-05-29 21:17 UTC (permalink / raw)
  To: Andrew Morton, Christoph Hellwig; +Cc: linux-kernel, linux-scsi

It seems the following compile error comes from Linus' tree:

<--  snip  -->

...
  CC      drivers/scsi/NCR53C9x.o
drivers/scsi/NCR53C9x.c: In function `esp_proc_info':
drivers/scsi/NCR53C9x.c:896: `SCpnt' undeclared (first use in this function)
drivers/scsi/NCR53C9x.c:896: (Each undeclared identifier is reported only once
drivers/scsi/NCR53C9x.c:896: for each function it appears in.)
drivers/scsi/NCR53C9x.c: In function `esp_do_data':
drivers/scsi/NCR53C9x.c:1840: warning: unused variable `flags'
make[2]: *** [drivers/scsi/NCR53C9x.o] Error 1

<--  snip  -->


cu
Adrian

-- 

       "Is there not promise of rain?" Ling Tan asked suddenly out
        of the darkness. There had been need of rain for many days.
       "Only a promise," Lao Er said.
                                       Pearl S. Buck - Dragon Seed

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

* 2.5.70-mm2: g_NCR5380 link errors
       [not found] <20030529012914.2c315dad.akpm@digeo.com>
  2003-05-29 20:57 ` 2.5.70-mm2: NCR_D700.c doesn't compile Adrian Bunk
  2003-05-29 21:17 ` 2.5.70-mm2: NCR53C9x.c " Adrian Bunk
@ 2003-05-29 22:15 ` Adrian Bunk
  2 siblings, 0 replies; 4+ messages in thread
From: Adrian Bunk @ 2003-05-29 22:15 UTC (permalink / raw)
  To: Andrew Morton, Christoph Hellwig; +Cc: linux-kernel, linux-scsi

It seems the following compile error comes from Linus' tree:

<--  snip  -->

...
drivers/scsi/g_NCR5380_mmio.o(.text+0x5a0): In function 
`notyet_generic_proc_info':
: multiple definition of `notyet_generic_proc_info'
drivers/scsi/g_NCR5380.o(.text+0x5a0): first defined here
drivers/scsi/g_NCR5380_mmio.o(.text+0x2d20): In function 
`generic_NCR5380_proc_info':
: multiple definition of `generic_NCR5380_proc_info'
drivers/scsi/g_NCR5380.o(.text+0x2d20): first defined here
make[2]: *** [drivers/scsi/built-in.o] Error 1

<--  snip  -->


cu
Adrian

-- 

       "Is there not promise of rain?" Ling Tan asked suddenly out
        of the darkness. There had been need of rain for many days.
       "Only a promise," Lao Er said.
                                       Pearl S. Buck - Dragon Seed


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

end of thread, other threads:[~2003-05-29 22:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20030529012914.2c315dad.akpm@digeo.com>
2003-05-29 20:57 ` 2.5.70-mm2: NCR_D700.c doesn't compile Adrian Bunk
2003-05-29 21:01   ` James Bottomley
2003-05-29 21:17 ` 2.5.70-mm2: NCR53C9x.c " Adrian Bunk
2003-05-29 22:15 ` 2.5.70-mm2: g_NCR5380 link errors Adrian Bunk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox