hwmon: Drop explicit initialization of struct i2c_device_id::driver_data to 0
[linux-2.6-block.git] / drivers / hwmon / ltc4260.c
index 52f7a809b27b01d74197bf3323b83796cc9db88f..9750dc9aa336d49dc58b78edfff6421eea06d2cd 100644 (file)
@@ -163,7 +163,7 @@ static int ltc4260_probe(struct i2c_client *client)
 }
 
 static const struct i2c_device_id ltc4260_id[] = {
-       {"ltc4260", 0},
+       {"ltc4260"},
        { }
 };