m68k/mm: Make pfn accessors static inlines
authorLinus Walleij <linus.walleij@linaro.org>
Thu, 2 Jun 2022 07:48:29 +0000 (09:48 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Mon, 29 May 2023 09:27:08 +0000 (11:27 +0200)
commitef7d0f5d03b9e65c9daa8dfe8b405b10566055eb
treeecfcb0253a7ad6ca5f9f34240cd204a0d8f805bb
parentc94b1a012f93327a4fe16ab9455331f37e69242f
m68k/mm: Make pfn accessors static inlines

Making virt_to_pfn() a static inline taking a strongly typed
(const void *) makes the contract of a passing a pointer of that
type to the function explicit and exposes any misuse of the
macro virt_to_pfn() acting polymorphic and accepting many types
such as (void *), (unitptr_t) or (unsigned long) as arguments
without warnings.

For symmetry, do the same with pfn_to_virt().

Reviewed-by: Geert Uytterhoeven <geert@linux-m68k.org>
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
arch/m68k/include/asm/page_mm.h
arch/m68k/include/asm/page_no.h