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)
commit12a400b016ab955be8e4c569346fa18aaceed9d7
tree7cbc5be8a68342e54dab1b5f084cd9552847f1e6
parent65461e26b1fe73bde4326367ee23cc1a24e6c33e
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