]> err.no Git - linux-2.6/blobdiff - drivers/char/hvc_vio.c
[ALSA] Fix compilation without CONFIG_PROC_FS
[linux-2.6] / drivers / char / hvc_vio.c
index 60bb9152b832fdc3f5021ae0af310dd71b1f275b..78d681dc35a8f362d11466db471aaf2ae45cc312 100644 (file)
@@ -39,7 +39,7 @@ char hvc_driver_name[] = "hvc_console";
 
 static struct vio_device_id hvc_driver_table[] __devinitdata = {
        {"serial", "hvterm1"},
-       { NULL, }
+       { "", "" }
 };
 MODULE_DEVICE_TABLE(vio, hvc_driver_table);