Searched hist:c36dd297b6c09fff56b629a231cf2aa0af333c2d (Results 1 – 1 of 1) sorted by relevance
/linux/arch/m68k/mac/ |
H A D | macints.c | diff c36dd297b6c09fff56b629a231cf2aa0af333c2d Wed Jul 06 15:48:46 CEST 2022 Geert Uytterhoeven <geert@linux-m68k.org> m68k: mac: Remove forward declaration for mac_nmi_handler()
Move mac_nmi_handler() before its caller, so its forward declaration can be dropped. While at it, make the function static, and absorb the variable in_nmi, which is only used inside the function.
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> Reviewed-by: Finn Thain <fthain@linux-m68k.org> Link: https://lore.kernel.org/r/fa48394ecba7c29a2da354d13c1017b37237f25b.1657114783.git.geert@linux-m68k.org
|