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. So if anything, you should be changing things to other way around. -- 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