diff options
author | 2025-02-13 13:45:05 +0200 | |
---|---|---|
committer | 2025-02-13 16:47:52 +0100 | |
commit | fbc54ae4f8d7cef3b11f70945bf8df8f952814b6 (patch) | |
tree | 077f21c162e2abd2155a03f3d16fffa83c78ee09 /drivers/i2c/i2c-core-of.c | |
parent | power: ip5xxx_power: Make use of i2c_get_match_data() (diff) | |
download | wireguard-linux-fbc54ae4f8d7cef3b11f70945bf8df8f952814b6.tar.xz wireguard-linux-fbc54ae4f8d7cef3b11f70945bf8df8f952814b6.zip |
i2c: Unexport i2c_of_match_device()
i2c_of_match_device() is not used anymore outside of I²C framework,
unexport it.
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: Vladimir Zapolskiy <vladimir.zapolskiy@linaro.org>
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Diffstat (limited to 'drivers/i2c/i2c-core-of.c')
-rw-r--r-- | drivers/i2c/i2c-core-of.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/i2c/i2c-core-of.c b/drivers/i2c/i2c-core-of.c index a6c407d36800..02feee6c9ba9 100644 --- a/drivers/i2c/i2c-core-of.c +++ b/drivers/i2c/i2c-core-of.c @@ -157,7 +157,6 @@ const struct of_device_id return i2c_of_match_device_sysfs(matches, client); } -EXPORT_SYMBOL_GPL(i2c_of_match_device); #if IS_ENABLED(CONFIG_OF_DYNAMIC) static int of_i2c_notify(struct notifier_block *nb, unsigned long action, |