sound: fix drivers needing module.h not moduleparam.h
[deliverable/linux.git] / sound / pci / ice1712 / ice1712.c
index 8531b983f3aff90bbc3e76ee5527b01e0bb53629..44446f2222d942f08ac1ae82468891b391a335a1 100644 (file)
@@ -54,7 +54,7 @@
 #include <linux/pci.h>
 #include <linux/dma-mapping.h>
 #include <linux/slab.h>
-#include <linux/moduleparam.h>
+#include <linux/module.h>
 #include <linux/mutex.h>
 
 #include <sound/core.h>
This page took 0.023897 seconds and 5 git commands to generate.