Commit 7c896bbf authored by Russell King's avatar Russell King

[ARM] Don't use __init for function prototypes.

parent d4118bd6
...@@ -53,6 +53,6 @@ extern void smp_cross_call(cpumask_t callmap); ...@@ -53,6 +53,6 @@ extern void smp_cross_call(cpumask_t callmap);
* Boot a secondary CPU, and assign it the specified idle task. * Boot a secondary CPU, and assign it the specified idle task.
* This also gives us the initial stack to use for this CPU. * This also gives us the initial stack to use for this CPU.
*/ */
extern int __init boot_secondary(unsigned int cpu, struct task_struct *); extern int boot_secondary(unsigned int cpu, struct task_struct *);
#endif /* ifndef __ASM_ARM_SMP_H */ #endif /* ifndef __ASM_ARM_SMP_H */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment