diff options
author | Andreas Larsson <andreas@gaisler.com> | 2024-07-10 11:41:52 +0200 |
---|---|---|
committer | Andreas Larsson <andreas@gaisler.com> | 2024-07-11 15:58:28 +0200 |
commit | 4c207db87d003c0dd1c59e41b355ab0a14f7a445 (patch) | |
tree | 13bee8d88ab78630878b716c3d4aa87a319d2a0e /arch/sparc/Kconfig.debug | |
parent | a7ec177ebc447d541cf25171ba3f5c36e4acc206 (diff) |
sparc64: Fix prototype warnings for floppy_64.h
Fix the following warnings:
arch/sparc/include/asm/floppy_64.h:200:13: warning: no previous prototype for ‘sparc_floppy_irq’
arch/sparc/include/asm/floppy_64.h:437:6: warning: no previous prototype for ‘sun_pci_fd_dma_callback’
Both sparc_floppy_irq and sun_pci_fd_dma_callback are only used within
arch/sparc/include/asm/floppy_64.h that is included only by
drivers/block/floppy.c, so declare them static.
Link: https://lore.kernel.org/r/20240710094155.458731-2-andreas@gaisler.com
Signed-off-by: Andreas Larsson <andreas@gaisler.com>
Diffstat (limited to 'arch/sparc/Kconfig.debug')
0 files changed, 0 insertions, 0 deletions