sound: fix drivers needing module.h not moduleparam.h
[deliverable/linux.git] / sound / drivers / ml403-ac97cr.c
index 2c7a7636f47296d67a281c9a0e21c7e04e203799..2ee82c5d9ee54b609aec2bd1ff09cc7836b92a57 100644 (file)
@@ -34,7 +34,7 @@
  */
 
 #include <linux/init.h>
-#include <linux/moduleparam.h>
+#include <linux/module.h>
 
 #include <linux/platform_device.h>
 
This page took 0.033586 seconds and 5 git commands to generate.