|
@@ -155,7 +155,7 @@ static int eeprom_attach_adapter(struct i2c_adapter *adapter)
|
|
|
}
|
|
|
|
|
|
/* This function is called by i2c_probe */
|
|
|
-int eeprom_detect(struct i2c_adapter *adapter, int address, int kind)
|
|
|
+static int eeprom_detect(struct i2c_adapter *adapter, int address, int kind)
|
|
|
{
|
|
|
struct i2c_client *new_client;
|
|
|
struct eeprom_data *data;
|