]> www.infradead.org Git - users/jedix/linux-maple.git/commit
sparc64: Fix prototype warning for prom_get_mmu_ihandle
authorAndreas Larsson <andreas@gaisler.com>
Wed, 10 Jul 2024 09:41:54 +0000 (11:41 +0200)
committerAndreas Larsson <andreas@gaisler.com>
Thu, 11 Jul 2024 13:58:28 +0000 (15:58 +0200)
commita9f52913ac60e7fc14306e7149e6c4e81e771f92
tree1e0fb1a9a0bde81ab7855f66da1a9c34ce4ba708
parenta6c3ea1ec96307dbfbb2f16d96c674c5cc80f445
sparc64: Fix prototype warning for prom_get_mmu_ihandle

arch/sparc/prom/misc_64.c:165:5: warning: no previous prototype for ‘prom_get_mmu_ihandle’

The function prom_get_mmu_ihandle has no users outside of misc_64.c so
declare it static.

Link: https://lore.kernel.org/r/20240710094155.458731-4-andreas@gaisler.com
Signed-off-by: Andreas Larsson <andreas@gaisler.com>
arch/sparc/prom/misc_64.c