openrisc: Make pfn accessors statics inlines
authorLinus Walleij <linus.walleij@linaro.org>
Fri, 11 Aug 2023 07:01:17 +0000 (09:01 +0200)
committerStafford Horne <shorne@gmail.com>
Fri, 11 Aug 2023 20:27:02 +0000 (21:27 +0100)
commit232ba1630c666b37a5045781e6513cba607fb0d5
tree4614c3c56be3a86e9c1538773c82ab8b310fde2a
parent52a93d39b17dc7eb98b6aa3edb93943248e03b2f
openrisc: Make pfn accessors statics 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().

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Stafford Horne <shorne@gmail.com>
arch/openrisc/include/asm/page.h