i2c: Drop the kind parameter from detect callbacks
[linux-2.6-block.git] / drivers / hwmon / lm93.c
index 124dd7cea54cb72c2d94a0ecd9203fdc6047ce72..7b9c97b72eb891b018fc4c74d19107eca2b9c103 100644 (file)
@@ -2501,8 +2501,7 @@ static void lm93_init_client(struct i2c_client *client)
 }
 
 /* Return 0 if detection is successful, -ENODEV otherwise */
-static int lm93_detect(struct i2c_client *client, int kind,
-                      struct i2c_board_info *info)
+static int lm93_detect(struct i2c_client *client, struct i2c_board_info *info)
 {
        struct i2c_adapter *adapter = client->adapter;
        int mfr, ver;