diff options
author | Takashi Sakamoto <o-takashi@sakamocchi.jp> | 2013-06-22 22:50:24 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2013-06-25 03:46:03 -0400 |
commit | f02fe86199d90cd3c7c0c51e223840c3891e5d18 (patch) | |
tree | e0b6c4fb3ad7c8ade53006290b704904695b9653 /sound/firewire | |
parent | 0623a889d1c2eb6219576b13263bcd24133c971a (diff) |
ALSA: snd-firewire-lib: remove unused header inclusion
spinlock is not used in amdtp.h.
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/firewire')
-rw-r--r-- | sound/firewire/amdtp.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/firewire/amdtp.h b/sound/firewire/amdtp.h index b680c5ef01d6..f6103d68c4b1 100644 --- a/sound/firewire/amdtp.h +++ b/sound/firewire/amdtp.h | |||
@@ -3,7 +3,6 @@ | |||
3 | 3 | ||
4 | #include <linux/interrupt.h> | 4 | #include <linux/interrupt.h> |
5 | #include <linux/mutex.h> | 5 | #include <linux/mutex.h> |
6 | #include <linux/spinlock.h> | ||
7 | #include "packets-buffer.h" | 6 | #include "packets-buffer.h" |
8 | 7 | ||
9 | /** | 8 | /** |