|
@@ -115,7 +115,7 @@ static int pcf8574_attach_adapter(struct i2c_adapter *adapter)
|
|
|
}
|
|
|
|
|
|
/* This function is called by i2c_probe */
|
|
|
-int pcf8574_detect(struct i2c_adapter *adapter, int address, int kind)
|
|
|
+static int pcf8574_detect(struct i2c_adapter *adapter, int address, int kind)
|
|
|
{
|
|
|
struct i2c_client *new_client;
|
|
|
struct pcf8574_data *data;
|