sound: fix drivers needing module.h not moduleparam.h
[deliverable/linux.git] / sound / drivers / aloop.c
index 4067f1548949b83eb37d0d564e4b1f7a724217a1..d83bafc5d8b5c6b8395676c9eb5eaf9538ae7f0b 100644 (file)
@@ -34,7 +34,7 @@
 #include <linux/slab.h>
 #include <linux/time.h>
 #include <linux/wait.h>
-#include <linux/moduleparam.h>
+#include <linux/module.h>
 #include <linux/platform_device.h>
 #include <sound/core.h>
 #include <sound/control.h>
This page took 0.029251 seconds and 5 git commands to generate.