diff options
author | Takashi Sakamoto <o-takashi@sakamocchi.jp> | 2013-06-23 06:50:24 +0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2013-06-25 11:46:03 +0400 |
commit | f02fe86199d90cd3c7c0c51e223840c3891e5d18 (patch) | |
tree | e0b6c4fb3ad7c8ade53006290b704904695b9653 /sound/firewire/amdtp.h | |
parent | 0623a889d1c2eb6219576b13263bcd24133c971a (diff) | |
download | linux-f02fe86199d90cd3c7c0c51e223840c3891e5d18.tar.xz |
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/amdtp.h')
-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 @@ #include <linux/interrupt.h> #include <linux/mutex.h> -#include <linux/spinlock.h> #include "packets-buffer.h" /** |