From: Sam Ravnborg <sam@xxxxxxxxxxxx> Date: Mon, 21 Apr 2014 19:56:10 +0200 > On Mon, Apr 21, 2014 at 01:32:06PM -0400, David Miller wrote: >> From: Sam Ravnborg <sam@xxxxxxxxxxxx> >> Date: Mon, 21 Apr 2014 19:12:36 +0200 >> >> > -void leon_cpu_pre_starting(void *arg); >> > -void leon_cpu_pre_online(void *arg); >> > +extern void leon_cpu_pre_starting(void *arg); >> > +extern void leon_cpu_pre_online(void *arg); >> > +extern void leonsmp_ipi_interrupt(void); >> > +extern void leon_cross_call_irq(void); >> >> For header files, we are moving away from specifying extern for external >> function declarations. >> >> In the networking, we've made this transformation in all of our headers >> already, for example. > I have missed that. > >> >> So if anything, you should be changing things to other way around. > I prefer to send follow-up patches that fixes this for all of sparc, > but I can also redo the serie if you prefer. > You will still have follow-up patches to fix the existing > extern-for-prototypes users. I would be fine if you just removed the extern adding parts in this patch series and resubmitted. Doing the arch/sparc wide extern removal could certainly be a future set of changes, and don't have to be done now. -- To unsubscribe from this list: send the line "unsubscribe sparclinux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html