i2c: Drop the kind parameter from detect callbacks
[linux-2.6-block.git] / drivers / hwmon / dme1737.c
index 4377bb0cc5269d755e1b20095a095feedfb1e592..7024617c11946a8ba4332a446f32956487902a6e 100644 (file)
@@ -2208,7 +2208,7 @@ exit:
 }
 
 /* Return 0 if detection is successful, -ENODEV otherwise */
-static int dme1737_i2c_detect(struct i2c_client *client, int kind,
+static int dme1737_i2c_detect(struct i2c_client *client,
                              struct i2c_board_info *info)
 {
        struct i2c_adapter *adapter = client->adapter;