mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
x86/mm: Mark setup_emu2phys_nid() static
Make function static because it is used only in this file. Signed-off-by: Benjamin Thiel <b.thiel@posteo.de> Signed-off-by: Borislav Petkov <bp@suse.de> Link: https://lkml.kernel.org/r/20200326135842.3875-1-b.thiel@posteo.de
This commit is contained in:
parent
4de4952c0a
commit
be98dc6e50
1 changed files with 1 additions and 1 deletions
|
@ -324,7 +324,7 @@ static int __init split_nodes_size_interleave(struct numa_meminfo *ei,
|
|||
0, NULL, NUMA_NO_NODE);
|
||||
}
|
||||
|
||||
int __init setup_emu2phys_nid(int *dfl_phys_nid)
|
||||
static int __init setup_emu2phys_nid(int *dfl_phys_nid)
|
||||
{
|
||||
int i, max_emu_nid = 0;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue