diff options
Diffstat (limited to 'drivers/pcmcia/ds.c')
-rw-r--r-- | drivers/pcmcia/ds.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/pcmcia/ds.c b/drivers/pcmcia/ds.c index 93925f5908b8..0f98be4450b7 100644 --- a/drivers/pcmcia/ds.c +++ b/drivers/pcmcia/ds.c | |||
@@ -1356,12 +1356,6 @@ static int __devinit pcmcia_bus_add_socket(struct device *dev, | |||
1356 | return -ENODEV; | 1356 | return -ENODEV; |
1357 | } | 1357 | } |
1358 | 1358 | ||
1359 | /* | ||
1360 | * Ugly. But we want to wait for the socket threads to have started up. | ||
1361 | * We really should let the drivers themselves drive some of this.. | ||
1362 | */ | ||
1363 | msleep(250); | ||
1364 | |||
1365 | ret = sysfs_create_bin_file(&dev->kobj, &pccard_cis_attr); | 1359 | ret = sysfs_create_bin_file(&dev->kobj, &pccard_cis_attr); |
1366 | if (ret) { | 1360 | if (ret) { |
1367 | dev_printk(KERN_ERR, dev, "PCMCIA registration failed\n"); | 1361 | dev_printk(KERN_ERR, dev, "PCMCIA registration failed\n"); |