mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] i2c: Remove dead link to struct i2c_algorithm
@ 2025-02-04  7:31 Alexander Shiyan
  2025-02-07  8:11 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Alexander Shiyan @ 2025-02-04  7:31 UTC (permalink / raw)
  To: barebox; +Cc: Alexander Shiyan

struct i2c_algorithm is not defined anywhere.

Signed-off-by: Alexander Shiyan <eagle.alexander923@gmail.com>
---
 include/i2c/i2c-algo-bit.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/include/i2c/i2c-algo-bit.h b/include/i2c/i2c-algo-bit.h
index 91c8436188..e5c5fa817c 100644
--- a/include/i2c/i2c-algo-bit.h
+++ b/include/i2c/i2c-algo-bit.h
@@ -49,6 +49,5 @@ struct i2c_algo_bit_data {
 };
 
 int i2c_bit_add_numbered_bus(struct i2c_adapter *);
-extern const struct i2c_algorithm i2c_bit_algo;
 
 #endif /* _LINUX_I2C_ALGO_BIT_H */
-- 
2.39.1




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-02-07  8:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-02-04  7:31 [PATCH] i2c: Remove dead link to struct i2c_algorithm Alexander Shiyan
2025-02-07  8:11 ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox