]> git.baikalelectronics.ru Git - kernel.git/commit
interconnect: Mark all dummy functions as static inline
authorGeorgi Djakov <georgi.djakov@linaro.org>
Tue, 16 Jun 2020 13:43:23 +0000 (16:43 +0300)
committerGeorgi Djakov <georgi.djakov@linaro.org>
Tue, 16 Jun 2020 13:43:23 +0000 (16:43 +0300)
commit617a3703e2014c13f5b4336ca64bed225a6c5a0e
tree7cbc5be8a68342e54dab1b5f084cd9552847f1e6
parent2ca87ffe1de3ecbc79356c91bb94a377c0f07b40
interconnect: Mark all dummy functions as static inline

There are a few dummy stub functions that are not marked as static inline
yet. Currently this header file is not included in any other file outside
of drivers/interconnect/, but that might not be the case in the future.
If this file gets included and the framework is disabled, we will be see
warnings. Let's fix this in advance.

Link: https://lore.kernel.org/r/20200228145945.13579-1-georgi.djakov@linaro.org
Signed-off-by: Georgi Djakov <georgi.djakov@linaro.org>
include/linux/interconnect-provider.h