]> Pileus Git - ~andy/linux/blobdiff - drivers/base/dd.c
/home/lenb/src/to-linus-stable branch 'acpi-2.6.12'
[~andy/linux] / 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;