]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - sound/core/seq/seq_lock.c
Merge branch 'msm-fix' of git://codeaurora.org/quic/kernel/davidb/linux-msm into...
[karo-tx-linux.git] / sound / core / seq / seq_lock.c
index a837a94b2d2a816e7fce833e74115b1f59fcf4da..2cfe50c71a9d3d62b580f5132a8faf154689b30d 100644 (file)
@@ -19,7 +19,7 @@
  *
  */
 
-#include <sound/driver.h>
+#include <linux/export.h>
 #include <sound/core.h>
 #include "seq_lock.h"
 
@@ -44,4 +44,6 @@ void snd_use_lock_sync_helper(snd_use_lock_t *lockp, const char *file, int line)
        }
 }
 
+EXPORT_SYMBOL(snd_use_lock_sync_helper);
+
 #endif