hwmon: Drop explicit initialization of struct i2c_device_id::driver_data to 0
[linux-2.6-block.git] / drivers / hwmon / w83793.c
index 96bab94ba8996bf857fcc4dbcd406c600b079e31..0acf6bd0227fac79a2201dc032354390a2b76258 100644 (file)
@@ -291,7 +291,7 @@ static void w83793_update_nonvolatile(struct device *dev);
 static struct w83793_data *w83793_update_device(struct device *dev);
 
 static const struct i2c_device_id w83793_id[] = {
-       { "w83793", 0 },
+       { "w83793" },
        { }
 };
 MODULE_DEVICE_TABLE(i2c, w83793_id);