[PATCH] hwmon: Static function fixes, 2 of 4
[powerpc.git] / drivers / hwmon / lm78.c
index 9244623..bde0cda 100644 (file)
@@ -480,7 +480,7 @@ static int lm78_isa_attach_adapter(struct i2c_adapter *adapter)
 }
 
 /* This function is called by i2c_probe */
-int lm78_detect(struct i2c_adapter *adapter, int address, int kind)
+static int lm78_detect(struct i2c_adapter *adapter, int address, int kind)
 {
        int i, err;
        struct i2c_client *new_client;