[MIPS] IP27: Make declaration of setup_replication_mask a proper prototype.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
parent
67672f5b1f
commit
c11b3c1bc0
|
@ -26,7 +26,7 @@ static cpumask_t ktext_repmask;
|
||||||
* kernel. For example, we should never put a copy on a headless node,
|
* kernel. For example, we should never put a copy on a headless node,
|
||||||
* and we should respect the topology of the machine.
|
* and we should respect the topology of the machine.
|
||||||
*/
|
*/
|
||||||
void __init setup_replication_mask()
|
void __init setup_replication_mask(void)
|
||||||
{
|
{
|
||||||
cnodeid_t cnode;
|
cnodeid_t cnode;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue