linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [-next] m68k proc_ops breakage
@ 2012-03-26 20:06 Geert Uytterhoeven
  2012-03-27  7:22 ` James Bottomley
  0 siblings, 1 reply; 3+ messages in thread
From: Geert Uytterhoeven @ 2012-03-26 20:06 UTC (permalink / raw)
  To: Alexey Dobriyan, James Bottomley; +Cc: scsi, Linux-Next

m68k/defconfig:

In file included from drivers/scsi/atari_scsi.c:1091:
drivers/scsi/atari_NCR5380.c: In function ‘NCR5380_print_status’:
drivers/scsi/atari_NCR5380.c:736: error: implicit declaration of
function ‘NCR5380_proc_info’
drivers/scsi/atari_NCR5380.c: At top level:
drivers/scsi/atari_NCR5380.c:767: error: static declaration of
‘NCR5380_proc_info’ follows non-static declaration
drivers/scsi/atari_NCR5380.c:736: error: previous implicit declaration
of ‘NCR5380_proc_info’ was here
make[1]: *** [drivers/scsi/atari_scsi.o] Error 1


m68k/sun3_defconfig:

In file included from drivers/scsi/sun3_scsi.c:628:
drivers/scsi/sun3_NCR5380.c: In function ‘NCR5380_print_status’:
drivers/scsi/sun3_NCR5380.c:678: error: implicit declaration of
function ‘sun3scsi_proc_info’
drivers/scsi/sun3_NCR5380.c: At top level:
drivers/scsi/sun3_NCR5380.c:709: error: static declaration of
‘sun3scsi_proc_info’ follows non-static declaration
drivers/scsi/sun3_NCR5380.c:678: error: previous implicit declaration
of ‘sun3scsi_proc_info’ was here
make[1]: *** [drivers/scsi/sun3_scsi.o] Error 1

In file included from drivers/scsi/sun3_scsi_vme.c:571:
drivers/scsi/sun3_NCR5380.c: In function ‘NCR5380_print_status’:
drivers/scsi/sun3_NCR5380.c:678: error: implicit declaration of
function ‘sun3scsi_proc_info’
drivers/scsi/sun3_NCR5380.c: At top level:
drivers/scsi/sun3_NCR5380.c:709: error: static declaration of
‘sun3scsi_proc_info’ follows non-static declaration
drivers/scsi/sun3_NCR5380.c:678: error: previous implicit declaration
of ‘sun3scsi_proc_info’ was here
make[1]: *** [drivers/scsi/sun3_scsi_vme.o] Error 1


http://kisskb.ellerman.id.au/kisskb/buildresult/5967959/
http://kisskb.ellerman.id.au/kisskb/buildresult/5967969/

Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

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

* Re: [-next] m68k proc_ops breakage
  2012-03-26 20:06 [-next] m68k proc_ops breakage Geert Uytterhoeven
@ 2012-03-27  7:22 ` James Bottomley
  2012-04-23 18:22   ` James Bottomley
  0 siblings, 1 reply; 3+ messages in thread
From: James Bottomley @ 2012-03-27  7:22 UTC (permalink / raw)
  To: Geert Uytterhoeven; +Cc: Alexey Dobriyan, scsi, Linux-Next

 On Mon, 2012-03-26 at 22:06 +0200, Geert Uytterhoeven wrote:
> m68k/defconfig:
> 
> In file included from drivers/scsi/atari_scsi.c:1091:
> drivers/scsi/atari_NCR5380.c: In function ‘NCR5380_print_status’:
> drivers/scsi/atari_NCR5380.c:736: error: implicit declaration of
> function ‘NCR5380_proc_info’
> drivers/scsi/atari_NCR5380.c: At top level:
> drivers/scsi/atari_NCR5380.c:767: error: static declaration of
> ‘NCR5380_proc_info’ follows non-static declaration
> drivers/scsi/atari_NCR5380.c:736: error: previous implicit declaration
> of ‘NCR5380_proc_info’ was here
> make[1]: *** [drivers/scsi/atari_scsi.o] Error 1
> 
> 
> m68k/sun3_defconfig:
> 
> In file included from drivers/scsi/sun3_scsi.c:628:
> drivers/scsi/sun3_NCR5380.c: In function ‘NCR5380_print_status’:
> drivers/scsi/sun3_NCR5380.c:678: error: implicit declaration of
> function ‘sun3scsi_proc_info’
> drivers/scsi/sun3_NCR5380.c: At top level:
> drivers/scsi/sun3_NCR5380.c:709: error: static declaration of
> ‘sun3scsi_proc_info’ follows non-static declaration
> drivers/scsi/sun3_NCR5380.c:678: error: previous implicit declaration
> of ‘sun3scsi_proc_info’ was here
> make[1]: *** [drivers/scsi/sun3_scsi.o] Error 1
> 
> In file included from drivers/scsi/sun3_scsi_vme.c:571:
> drivers/scsi/sun3_NCR5380.c: In function ‘NCR5380_print_status’:
> drivers/scsi/sun3_NCR5380.c:678: error: implicit declaration of
> function ‘sun3scsi_proc_info’
> drivers/scsi/sun3_NCR5380.c: At top level:
> drivers/scsi/sun3_NCR5380.c:709: error: static declaration of
> ‘sun3scsi_proc_info’ follows non-static declaration
> drivers/scsi/sun3_NCR5380.c:678: error: previous implicit declaration
> of ‘sun3scsi_proc_info’ was here
> make[1]: *** [drivers/scsi/sun3_scsi_vme.o] Error 1

Yes, the proc_ops conversion isn't quite ready.  I'll hold it over to
the next merge window so we can fix stuff like this.

James


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

* Re: [-next] m68k proc_ops breakage
  2012-03-27  7:22 ` James Bottomley
@ 2012-04-23 18:22   ` James Bottomley
  0 siblings, 0 replies; 3+ messages in thread
From: James Bottomley @ 2012-04-23 18:22 UTC (permalink / raw)
  To: Geert Uytterhoeven; +Cc: Alexey Dobriyan, scsi, Linux-Next

On Tue, 2012-03-27 at 07:22 +0000, James Bottomley wrote:
> On Mon, 2012-03-26 at 22:06 +0200, Geert Uytterhoeven wrote:
> > m68k/defconfig:
> > 
> > In file included from drivers/scsi/atari_scsi.c:1091:
> > drivers/scsi/atari_NCR5380.c: In function ‘NCR5380_print_status’:
> > drivers/scsi/atari_NCR5380.c:736: error: implicit declaration of
> > function ‘NCR5380_proc_info’
> > drivers/scsi/atari_NCR5380.c: At top level:
> > drivers/scsi/atari_NCR5380.c:767: error: static declaration of
> > ‘NCR5380_proc_info’ follows non-static declaration
> > drivers/scsi/atari_NCR5380.c:736: error: previous implicit declaration
> > of ‘NCR5380_proc_info’ was here
> > make[1]: *** [drivers/scsi/atari_scsi.o] Error 1
> > 
> > 
> > m68k/sun3_defconfig:
> > 
> > In file included from drivers/scsi/sun3_scsi.c:628:
> > drivers/scsi/sun3_NCR5380.c: In function ‘NCR5380_print_status’:
> > drivers/scsi/sun3_NCR5380.c:678: error: implicit declaration of
> > function ‘sun3scsi_proc_info’
> > drivers/scsi/sun3_NCR5380.c: At top level:
> > drivers/scsi/sun3_NCR5380.c:709: error: static declaration of
> > ‘sun3scsi_proc_info’ follows non-static declaration
> > drivers/scsi/sun3_NCR5380.c:678: error: previous implicit declaration
> > of ‘sun3scsi_proc_info’ was here
> > make[1]: *** [drivers/scsi/sun3_scsi.o] Error 1
> > 
> > In file included from drivers/scsi/sun3_scsi_vme.c:571:
> > drivers/scsi/sun3_NCR5380.c: In function ‘NCR5380_print_status’:
> > drivers/scsi/sun3_NCR5380.c:678: error: implicit declaration of
> > function ‘sun3scsi_proc_info’
> > drivers/scsi/sun3_NCR5380.c: At top level:
> > drivers/scsi/sun3_NCR5380.c:709: error: static declaration of
> > ‘sun3scsi_proc_info’ follows non-static declaration
> > drivers/scsi/sun3_NCR5380.c:678: error: previous implicit declaration
> > of ‘sun3scsi_proc_info’ was here
> > make[1]: *** [drivers/scsi/sun3_scsi_vme.o] Error 1
> 
> Yes, the proc_ops conversion isn't quite ready.  I'll hold it over to
> the next merge window so we can fix stuff like this.

OK, so I'd like to try pushing the proc-ops fixes for the next merge
window, but I think I'm still missing the fix for this.

James

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

end of thread, other threads:[~2012-04-23 18:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-26 20:06 [-next] m68k proc_ops breakage Geert Uytterhoeven
2012-03-27  7:22 ` James Bottomley
2012-04-23 18:22   ` James Bottomley

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).