]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/base/base.h
driver core: don't fail attaching the device if it cannot be bound
[linux-2.6-omap-h63xx.git] / drivers / base / base.h
index de7e1442ce60e73c4ab73fa6359b6ce2cba9572e..d597f2659b23e3b992a62c7b7b66a76a9b337cf1 100644 (file)
@@ -16,7 +16,7 @@ extern int cpu_dev_init(void);
 extern int attribute_container_init(void);
 
 extern int bus_add_device(struct device * dev);
-extern int bus_attach_device(struct device * dev);
+extern void bus_attach_device(struct device * dev);
 extern void bus_remove_device(struct device * dev);
 extern struct bus_type *get_bus(struct bus_type * bus);
 extern void put_bus(struct bus_type * bus);