]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/base/base.h
[PATCH] ARM SMP: TLB implementations only affect local CPU
[linux-2.6-omap-h63xx.git] / drivers / base / base.h
index 8d1e8bd48632e68b001755d673c3f90bfad47b03..645f626929209dd9e59cef9cd3070de9f0181a71 100644 (file)
@@ -4,6 +4,8 @@ extern void bus_remove_device(struct device * dev);
 extern int bus_add_driver(struct device_driver *);
 extern void bus_remove_driver(struct device_driver *);
 
+extern void driver_detach(struct device_driver * drv);
+
 static inline struct class_device *to_class_dev(struct kobject *obj)
 {
        return container_of(obj, struct class_device, kobj);