include: completion.h: Convert the rest of the dummy functions to macros
authorTom Rini <trini@konsulko.com>
Fri, 26 Sep 2025 15:31:28 +0000 (09:31 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 10 Oct 2025 16:26:47 +0000 (10:26 -0600)
commit8ea8487da05cf93a9ae49c170f3b15d585a368f6
tree717cace637e0c8deb995653f1973e19ef9560118
parent0a71fe2805eb8c8b1ede9525a28810266b77bcd7
include: completion.h: Convert the rest of the dummy functions to macros

While we declare some of our dummy functions as "inline" we do not also
declare them as "static" and so it is possible for the compiler to
decide to make these as global functions instead. This can lead to link
time failures in some cases, such as "allyesconfig". As these are just
dummy functions, convert them to a macro instead.

Signed-off-by: Tom Rini <trini@konsulko.com>
include/linux/completion.h