Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 01c45381 authored by David S. Miller's avatar David S. Miller
Browse files

sparc64: add_node_ranges() must be __init

parent f5d378ac
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -968,7 +968,7 @@ int of_node_to_nid(struct device_node *dp)
	return nid;
}

static void add_node_ranges(void)
static void __init add_node_ranges(void)
{
	int i;