[PATCH] i2c: Static function fixes, 4 of 4
[deliverable/linux.git] / drivers / i2c / chips / pcf8591.c
index 3c815b1532496914fe60dee55f8f497415178966..ce420a67560bf2cc457148953828dc7dfb6fdb27 100644 (file)
@@ -166,7 +166,7 @@ static int pcf8591_attach_adapter(struct i2c_adapter *adapter)
 }
 
 /* This function is called by i2c_probe */
-int pcf8591_detect(struct i2c_adapter *adapter, int address, int kind)
+static int pcf8591_detect(struct i2c_adapter *adapter, int address, int kind)
 {
        struct i2c_client *new_client;
        struct pcf8591_data *data;
This page took 0.023618 seconds and 5 git commands to generate.