diff options
author | Sam Ravnborg <[email protected]> | 2024-03-30 10:57:39 +0100 |
---|---|---|
committer | Andreas Larsson <[email protected]> | 2024-04-22 15:33:06 +0200 |
commit | 39e5611bf756416b90be7da64737760a82a5576b (patch) | |
tree | 242bb877d355b33b9d35566d7488aa4ae45bdab8 /arch/sparc/kernel | |
parent | 4a433641bb3bfbd7100974a91e85f180b86cb1f9 (diff) |
sparc64: Fix prototype warning for vmemmap_free
Fix the following warning:
arch/sparc/mm/init_64.c:2644:6: warning: no previous prototype for ‘vmemmap_free’
The function vmemmap_free() is only used for systems with
CONFIG_MEMORY_HOTPLUG defined - and sparc64 do not support this.
Drop the empty function as it has no users.
Signed-off-by: Sam Ravnborg <[email protected]>
Cc: Andreas Larsson <[email protected]>
Cc: David S. Miller <[email protected]>
Reviewed-by: Andreas Larsson <[email protected]>
Tested-by: Andreas Larsson <[email protected]>
Acked-by: Arnd Bergmann <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Andreas Larsson <[email protected]>
Diffstat (limited to 'arch/sparc/kernel')
0 files changed, 0 insertions, 0 deletions