Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ef51d3ff authored by Michele Curti's avatar Michele Curti Committed by Wolfram Sang
Browse files

i2c: algo-bit: declare i2c_bit_quirk_no_clk_stretch as static



i2c_bit_quirk_no_clk_stretch is used in i2c-algo-bit.c only, so
declare it as static.

Signed-off-by: default avatarMichele Curti <michele.curti@gmail.com>
Signed-off-by: default avatarWolfram Sang <wsa@the-dreams.de>
parent 21e9efd9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -617,7 +617,7 @@ const struct i2c_algorithm i2c_bit_algo = {
};
EXPORT_SYMBOL(i2c_bit_algo);

const struct i2c_adapter_quirks i2c_bit_quirk_no_clk_stretch = {
static const struct i2c_adapter_quirks i2c_bit_quirk_no_clk_stretch = {
	.flags = I2C_AQ_NO_CLK_STRETCH,
};