diff options
author | Jesper Juhl <jesper.juhl@gmail.com> | 2007-07-23 12:15:42 +0200 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2007-10-16 15:03:19 +0200 |
commit | 25765c4e5de8edcd06b60993b63feeed9e7885c1 (patch) | |
tree | e1099585eab0acf0d3e66352c5cad7cf22e07db3 /sound/core | |
parent | bc8e5771702837c05fa60a005d7c2f388ad89647 (diff) |
[ALSA] Clean up duplicate includes in sound/core/
This patch cleans up duplicate includes in
sound/core/
Signed-off-by: Jesper Juhl <jesper.juhl@gmail.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
Diffstat (limited to 'sound/core')
-rw-r--r-- | sound/core/rawmidi.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/core/rawmidi.c b/sound/core/rawmidi.c index e470c3c7d61..8a91cf802bc 100644 --- a/sound/core/rawmidi.c +++ b/sound/core/rawmidi.c @@ -30,7 +30,6 @@ #include <linux/mutex.h> #include <linux/moduleparam.h> #include <linux/delay.h> -#include <linux/wait.h> #include <sound/rawmidi.h> #include <sound/info.h> #include <sound/control.h> |