Merge branch 'docs-next' of git://git.lwn.net/linux-2.6
[cascardo/linux.git] / drivers / base / dd.c
index f17c326..742cbe6 100644 (file)
@@ -179,6 +179,7 @@ void wait_for_device_probe(void)
        wait_event(probe_waitqueue, atomic_read(&probe_count) == 0);
        async_synchronize_full();
 }
+EXPORT_SYMBOL_GPL(wait_for_device_probe);
 
 /**
  * driver_probe_device - attempt to bind device & driver together