sound: fix drivers needing module.h not moduleparam.h
[pandora-kernel.git] / sound / core / seq / seq.c
index 119fddb..9d8379a 100644 (file)
@@ -20,7 +20,7 @@
  */
 
 #include <linux/init.h>
-#include <linux/moduleparam.h>
+#include <linux/module.h>
 #include <sound/core.h>
 #include <sound/initval.h>