]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - sound/core/seq/seq_lock.c
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[karo-tx-linux.git] / sound / core / seq / seq_lock.c
index a837a94b2d2a816e7fce833e74115b1f59fcf4da..54f921edda793aab4948b0c72259528ee0885d9d 100644 (file)
@@ -19,7 +19,6 @@
  *
  */
 
-#include <sound/driver.h>
 #include <sound/core.h>
 #include "seq_lock.h"
 
@@ -44,4 +43,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