[PATCH] ppc64: Fix warning on pmac build

Fix a stupid warning in PowerMac SMP build on ppc64
parent 61ee834a
......@@ -57,7 +57,7 @@ extern void pmac_secondary_start_1(void);
extern void pmac_secondary_start_2(void);
extern void pmac_secondary_start_3(void);
extern void smp_openpic_message_pass(int target, int msg, unsigned long data, int wait);
extern void smp_openpic_message_pass(int target, int msg);
extern struct smp_ops_t *smp_ops;
......
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