[PATCH] i2c: Static function fixes, 1 of 4
[deliverable/linux.git] / drivers / i2c / chips / eeprom.c
index ee7cbc823fd178a0a606346e114d82f6640cb552..4baf573fa04f370c634bd99177466d120ba07d30 100644 (file)
@@ -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;
This page took 0.03054 seconds and 5 git commands to generate.