]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/base/dd.c
[PATCH] Fix manual binding infinite loop
[linux-2.6-omap-h63xx.git] / drivers / base / dd.c
index 6db3a789c54f2f92eb292f09cac74d3fa3382ab9..16323f9cbff08fb066f8d10cda4bb76cfe711564 100644 (file)
@@ -65,7 +65,7 @@ void device_bind_driver(struct device * dev)
  *
  *     This function must be called with @dev->sem held.
  */
-static int driver_probe_device(struct device_driver * drv, struct device * dev)
+int driver_probe_device(struct device_driver * drv, struct device * dev)
 {
        int ret = 0;