diff options
author | 2024-03-30 10:57:42 +0100 | |
---|---|---|
committer | 2024-04-22 15:33:06 +0200 | |
commit | 8f00d28c3537b3eebf4e29aa93a20ce5ce57745b (patch) | |
tree | 2007356ce7ce206c2cf292a51133b59f47337ff9 /tools/perf/scripts/python | |
parent | sparc64: Fix prototype warning for uprobe_trap (diff) | |
download | wireguard-linux-8f00d28c3537b3eebf4e29aa93a20ce5ce57745b.tar.xz wireguard-linux-8f00d28c3537b3eebf4e29aa93a20ce5ce57745b.zip |
sparc64: Fix prototype warning for dma_4v_iotsb_bind
Fix the following warning:
sparc/kernel/pci_sun4v.c:259:15: warning: no previous prototype for ‘dma_4v_iotsb_bind’
The function dma_4v_iotsb_bind is not used outside the file, so declare
it static.
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Cc: Andreas Larsson <andreas@gaisler.com>
Cc: David S. Miller <davem@davemloft.net>
Reviewed-by: Andreas Larsson <andreas@gaisler.com>
Tested-by: Andreas Larsson <andreas@gaisler.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Link: https://lore.kernel.org/r/20240330-sparc64-warnings-v1-6-37201023ee2f@ravnborg.org
Signed-off-by: Andreas Larsson <andreas@gaisler.com>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions