powerpc: Fix compile error when CONFIG_PROC_VMCORE is not defined
[powerpc.git] / arch / powerpc / kernel / vio.c
index 71a6add..13c4149 100644 (file)
@@ -293,6 +293,6 @@ static int vio_hotplug(struct device *dev, char **envp, int num_envp,
 
 struct bus_type vio_bus_type = {
        .name = "vio",
-       .hotplug = vio_hotplug,
+       .uevent = vio_hotplug,
        .match = vio_bus_match,
 };