sound: fix drivers needing module.h not moduleparam.h
[deliverable/linux.git] / sound / drivers / dummy.c
index 7f41990ed68b74f557caa6b180cd1b11db3ad2ef..97f1f93ed275d632344a7c9a9e47e57c6687e0c6 100644 (file)
@@ -27,7 +27,7 @@
 #include <linux/wait.h>
 #include <linux/hrtimer.h>
 #include <linux/math64.h>
-#include <linux/moduleparam.h>
+#include <linux/module.h>
 #include <sound/core.h>
 #include <sound/control.h>
 #include <sound/tlv.h>
This page took 0.025331 seconds and 5 git commands to generate.