summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAlex Shi <alex.shi@linaro.org>2017-10-19 14:23:00 +0800
committerAlex Shi <alex.shi@linaro.org>2017-10-19 14:23:00 +0800
commit218dea0148db38d8d4d30d2eebbaa39b49fa4275 (patch)
tree6fad196fb883a51ac9b6caa3c3c44fe91ac980f9 /include
parent151f30bb6050a5684f5d2d870942923577e8e5d2 (diff)
parente1fe3813117f465a2db200aebb13969056986c64 (diff)
Merge tag 'v4.4.93' into linux-linaro-lsk-v4.4
This is the 4.4.93 stable release
Diffstat (limited to 'include')
-rw-r--r--include/sound/seq_virmidi.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sound/seq_virmidi.h b/include/sound/seq_virmidi.h
index a03acd0d398a..695257ae64ac 100644
--- a/include/sound/seq_virmidi.h
+++ b/include/sound/seq_virmidi.h
@@ -60,6 +60,7 @@ struct snd_virmidi_dev {
int port; /* created/attached port */
unsigned int flags; /* SNDRV_VIRMIDI_* */
rwlock_t filelist_lock;
+ struct rw_semaphore filelist_sem;
struct list_head filelist;
};