]> nv-tegra.nvidia Code Review - linux-2.6.git/blobdiff - drivers/block/viodasd.c
[PATCH] Make MODULE_DEVICE_TABLE work for vio devices
[linux-2.6.git] / drivers / block / viodasd.c
index 46e56a25d2c8875966462bef4c53a225ac572090..e46ecd23b3ac74d6854c2839484e392326a71e6e 100644 (file)
@@ -776,7 +776,7 @@ static int viodasd_remove(struct vio_dev *vdev)
  */
 static struct vio_device_id viodasd_device_table[] __devinitdata = {
        { "viodasd", "" },
-       { 0, }
+       { "", "" }
 };
 
 MODULE_DEVICE_TABLE(vio, viodasd_device_table);