git: drm: Fix '__always_inline' macro
Aaron LI
aly at crater.dragonflybsd.org
Tue Aug 26 16:24:54 PDT 2025
commit d9d51406b3e7d6b8921d0f1985775ea537bc33ff
Author: Aaron LI <aly at aaronly.me>
Date: Wed Aug 27 06:52:06 2025 +0800
drm: Fix '__always_inline' macro
The DRM code is using '__always_inline' *alone* without '__inline', so
this macro must embed the '__always_inline__' attribute.
Summary of changes:
sys/dev/drm/include/linux/compiler.h | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/d9d51406b3e7d6b8921d0f1985775ea537bc33ff
--
DragonFly BSD source repository
More information about the Commits
mailing list