summaryrefslogtreecommitdiff
path: root/sound/last.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/last.c')
-rw-r--r--sound/last.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sound/last.c b/sound/last.c
index 37d32e3ab713..f0bb98780e70 100644
--- a/sound/last.c
+++ b/sound/last.c
@@ -5,14 +5,12 @@
*/
#include <linux/init.h>
-#include <linux/delay.h>
#include <sound/core.h>
static int __init alsa_sound_last_init(void)
{
struct snd_card *card;
int idx, ok = 0;
- msleep(2000);
printk(KERN_INFO "ALSA device list:\n");
for (idx = 0; idx < SNDRV_CARDS; idx++) {