* [PATCH] i2c: don't export function which is only used internally
@ 2022-01-28 21:42 Wolfram Sang
0 siblings, 0 replies; only message in thread
From: Wolfram Sang @ 2022-01-28 21:42 UTC (permalink / raw)
To: linux-i2c; +Cc: Akhil R, linux-renesas-soc, Wolfram Sang
i2c_setup_smbus_alert() is only needed within the I2C core, so no need
to export it to other modules.
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
---
drivers/i2c/i2c-core-smbus.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/i2c/i2c-core-smbus.c b/drivers/i2c/i2c-core-smbus.c
index 304c2c8fee68..053b215308c4 100644
--- a/drivers/i2c/i2c-core-smbus.c
+++ b/drivers/i2c/i2c-core-smbus.c
@@ -716,5 +716,4 @@ int i2c_setup_smbus_alert(struct i2c_adapter *adapter)
return PTR_ERR_OR_ZERO(i2c_new_smbus_alert_device(adapter, NULL));
}
-EXPORT_SYMBOL_GPL(i2c_setup_smbus_alert);
#endif
--
2.30.2
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2022-01-28 21:42 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-01-28 21:42 [PATCH] i2c: don't export function which is only used internally Wolfram Sang
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).