diff options
Diffstat (limited to 'drivers/ata/pata_legacy.c')
| -rw-r--r-- | drivers/ata/pata_legacy.c | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/ata/pata_legacy.c b/drivers/ata/pata_legacy.c index f72c6c5b820..6932e56d179 100644 --- a/drivers/ata/pata_legacy.c +++ b/drivers/ata/pata_legacy.c @@ -48,6 +48,7 @@   *   */ +#include <linux/async.h>  #include <linux/kernel.h>  #include <linux/module.h>  #include <linux/pci.h> @@ -1028,6 +1029,7 @@ static __init int legacy_init_one(struct legacy_probe *probe)  				&legacy_sht);  	if (ret)  		goto fail; +	async_synchronize_full();  	ld->platform_dev = pdev;  	/* Nothing found means we drop the port as its probably not there */  |