hwmon: Drop explicit initialization of struct i2c_device_id::driver_data to 0
[linux-2.6-block.git] / drivers / hwmon / pcf8591.c
index 66c76b28c9e0aa57d62d1122b7333058ead60146..167d2fe4d5432cb34c548fe20e28071ca20f3bd0 100644 (file)
@@ -285,7 +285,7 @@ static int pcf8591_read_channel(struct device *dev, int channel)
 }
 
 static const struct i2c_device_id pcf8591_id[] = {
-       { "pcf8591", 0 },
+       { "pcf8591" },
        { }
 };
 MODULE_DEVICE_TABLE(i2c, pcf8591_id);