diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2023-08-11 09:01:17 +0200 |
---|---|---|
committer | Stafford Horne <shorne@gmail.com> | 2023-08-11 21:27:02 +0100 |
commit | 232ba1630c666b37a5045781e6513cba607fb0d5 (patch) | |
tree | 4614c3c56be3a86e9c1538773c82ab8b310fde2a /samples/kobject | |
parent | 52a93d39b17dc7eb98b6aa3edb93943248e03b2f (diff) |
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>
Diffstat (limited to 'samples/kobject')
0 files changed, 0 insertions, 0 deletions