diff options
author | Sam Ravnborg <[email protected]> | 2024-03-30 10:57:38 +0100 |
---|---|---|
committer | Andreas Larsson <[email protected]> | 2024-04-22 15:33:06 +0200 |
commit | 4a433641bb3bfbd7100974a91e85f180b86cb1f9 (patch) | |
tree | f4ea0dd8516efa8f8a585d82827da4a66b9e587f /arch/sparc/mm/init_64.c | |
parent | 0480fb5be3f127e8e1b8dfdf3fb44814aa760a6c (diff) |
sparc64: Fix prototype warnings in traps_64.c
Fix the following warnings:
arch/sparc/kernel/traps_64.c:253:6: warning: no previous prototype for ‘is_no_fault_exception’
arch/sparc/kernel/traps_64.c:2035:6: warning: no previous prototype for ‘do_mcd_err’
rch/sparc/kernel/traps_64.c:2153:6: warning: no previous prototype for ‘sun4v_nonresum_error_user_handled’
In all cases make the function static as there were no users outside
traps_64.c
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/mm/init_64.c')
0 files changed, 0 insertions, 0 deletions