m68k: sun3: Add missing asmlinkage to sun3_init()
authorGeert Uytterhoeven <geert@linux-m68k.org>
Wed, 13 Sep 2023 14:08:31 +0000 (16:08 +0200)
committerGeert Uytterhoeven <geert@linux-m68k.org>
Fri, 6 Oct 2023 08:03:03 +0000 (10:03 +0200)
commita4286641894d8f3be1110044ff5e0eab3673d8ae
tree551a58b6adcca620bc7cff4b264b97f9cba96419
parentbdc1656c08c6aaf68163a111871c07d6f4923c64
m68k: sun3: Add missing asmlinkage to sun3_init()

sun3_init() is called from assembly code, so it should be marked
asmlinkage for documentation purposes.

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Link: https://lore.kernel.org/r/9a174020de2c55e108be9bd25fcdec3e48d655c4.1694613528.git.geert@linux-m68k.org
arch/m68k/sun3/config.c