driver core: mark driver_allows_async_probing static
[sfrench/cifs-2.6.git] / drivers / base / dd.c
index 3dda62503102f9ee77637d396031c5b133482b6f..4001e22617ab0667653004f2a079d75d52754f5f 100644 (file)
@@ -843,7 +843,7 @@ static int __init save_async_options(char *buf)
 }
 __setup("driver_async_probe=", save_async_options);
 
-bool driver_allows_async_probing(struct device_driver *drv)
+static bool driver_allows_async_probing(struct device_driver *drv)
 {
        switch (drv->probe_type) {
        case PROBE_PREFER_ASYNCHRONOUS: