]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - drivers/base/base.h
Driver core: add new device to bus's list before probing
[mv-sheeva.git] / drivers / base / base.h
index b528145a078f34e5c384e71f01311b53450410a0..1e52c125f4374e2543992f0b8f29b3544ce01ae7 100644 (file)
@@ -104,7 +104,7 @@ extern int system_bus_init(void);
 extern int cpu_dev_init(void);
 
 extern int bus_add_device(struct device *dev);
-extern void bus_attach_device(struct device *dev);
+extern void bus_probe_device(struct device *dev);
 extern void bus_remove_device(struct device *dev);
 
 extern int bus_add_driver(struct device_driver *drv);