[PATCH] driver core: replace "hotplug" by "uevent"
[deliverable/linux.git] / arch / powerpc / kernel / vio.c
index 71a6addf9f7fba85e81d614235cfc72670b569d0..13c41495fe06309e55311166eb8e8dfaa6c2b834 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,
 };
This page took 0.028548 seconds and 5 git commands to generate.