Commit ecdd78ec authored by David S. Miller's avatar David S. Miller

[SPARC64]: Mark sort_memlist static.

parent adde86cf
......@@ -1582,7 +1582,7 @@ void __init paging_init(void)
* prom_set_traptable() call, and OBP is allocating a scratchpad
* for saving client program register state etc.
*/
void __init sort_memlist(struct linux_mlist_p1275 *thislist)
static void __init sort_memlist(struct linux_mlist_p1275 *thislist)
{
int swapi = 0;
int i, mitr;
......
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