mirror of
https://github.com/kmod-project/kmod.git
synced 2026-01-26 15:39:08 +00:00
We have a single _always_inline_ instance in-tree, which lives in a header file. Just make it a "static inline", which will practically do the same thing and what we already have elsewhere in-tree. While in there drop the CAPS from ALIGN_POWER2 - it's a function, so we don't need the shouting. Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> Link: https://github.com/kmod-project/kmod/pull/376 Signed-off-by: Lucas De Marchi <lucas.de.marchi@gmail.com>