Commit 78d413e8 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

[PATCH] I2C: make fixup_fan_min static in adm1026 driver.

Signed-off-by: default avatarGreg Kroah-Hartman <greg@kroah.com>
parent 54807fc0
......@@ -914,7 +914,7 @@ fan_offset(7);
fan_offset(8);
/* Adjust fan_min to account for new fan divisor */
void fixup_fan_min(struct device *dev, int fan, int old_div)
static void fixup_fan_min(struct device *dev, int fan, int old_div)
{
struct i2c_client *client = to_i2c_client(dev);
struct adm1026_data *data = i2c_get_clientdata(client);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment