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

Commit 4688902d authored by Adrian Bunk's avatar Adrian Bunk Committed by Mark M. Hoffman
Browse files

hwmon: make abituguru3_read_increment_offset() static



abituguru3_read_increment_offset() can become static.

Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
Acked-by: default avatarHans de Goede <j.w.r.degoede@hhs.nl>
Signed-off-by: default avatarMark M. Hoffman <mhoffman@lightlink.com>
parent f5744e37
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -691,8 +691,9 @@ static int abituguru3_read(struct abituguru3_data *data, u8 bank, u8 offset,

/* Sensor settings are stored 1 byte per offset with the bytes
   placed add consecutive offsets. */
int abituguru3_read_increment_offset(struct abituguru3_data *data, u8 bank,
	u8 offset, u8 count, u8 *buf, int offset_count)
static int abituguru3_read_increment_offset(struct abituguru3_data *data,
					    u8 bank, u8 offset, u8 count,
					    u8 *buf, int offset_count)
{
	int i, x;