Re: [PATCH] I2C fixes for 2.6.10-rc2

From: Greg KH
Date: Tue Nov 30 2004 - 19:27:04 EST


ChangeSet 1.2223.2.8, 2004/11/24 14:34:51-08:00, greg@xxxxxxxxx

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

Signed-off-by: Greg Kroah-Hartman <greg@xxxxxxxxx>


drivers/i2c/chips/adm1026.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)


diff -Nru a/drivers/i2c/chips/adm1026.c b/drivers/i2c/chips/adm1026.c
--- a/drivers/i2c/chips/adm1026.c 2004-11-30 16:00:48 -08:00
+++ b/drivers/i2c/chips/adm1026.c 2004-11-30 16:00:48 -08:00
@@ -914,7 +914,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);

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/