sound: fix drivers needing module.h not moduleparam.h
[pandora-kernel.git] / sound / core / oss / pcm_oss.c
index 23c34a0..3cc4b86 100644 (file)
@@ -30,7 +30,7 @@
 #include <linux/slab.h>
 #include <linux/time.h>
 #include <linux/vmalloc.h>
-#include <linux/moduleparam.h>
+#include <linux/module.h>
 #include <linux/math64.h>
 #include <linux/string.h>
 #include <sound/core.h>