]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
sound: fix drivers needing module.h not moduleparam.h
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Fri, 15 Jul 2011 17:13:37 +0000 (13:13 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Thu, 25 Aug 2011 17:55:15 +0000 (13:55 -0400)
The implicit presence of module.h lured several users into
incorrectly thinking that they only needed/used modparam.h
but once we clean up the module.h presence, these will show
up as build failures, so fix 'em now.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
sound/core/seq/oss/seq_oss.c
sound/core/seq/oss/seq_oss_init.c
sound/core/seq/seq.c
sound/core/seq/seq_dummy.c
sound/core/seq/seq_midi.c
sound/core/sound.c
sound/core/timer.c
sound/drivers/mpu401/mpu401.c
sound/drivers/serial-u16550.c
sound/drivers/virmidi.c
sound/pci/als4000.c

index a1f1a2f00ccb6f1398a17bcab473908420b82a24..8d4d5e853efec94716cf5585a94321c097144eb9 100644 (file)
@@ -21,7 +21,7 @@
  */
 
 #include <linux/init.h>
-#include <linux/moduleparam.h>
+#include <linux/module.h>
 #include <linux/mutex.h>
 #include <sound/core.h>
 #include <sound/minors.h>
index 69cd7b3c362d19f4b0ac989b8bc107e49e59ff1b..4711d8768a34720da28e7573fb266147d6eb5c10 100644 (file)
@@ -28,7 +28,7 @@
 #include "seq_oss_timer.h"
 #include "seq_oss_event.h"
 #include <linux/init.h>
-#include <linux/moduleparam.h>
+#include <linux/module.h>
 #include <linux/slab.h>
 
 /*
index 119fddb6fc99cfd5b6561bcbcc6486e1313d45ea..9d8379aedf4054cd5a1acde9e6140d9e2a604e95 100644 (file)
@@ -20,7 +20,7 @@
  */
 
 #include <linux/init.h>
-#include <linux/moduleparam.h>
+#include <linux/module.h>
 #include <sound/core.h>
 #include <sound/initval.h>
 
index 1d7d90ca455e201b4635f2ec553b07075a4292a9..b9b2235d9ab1075115cd01dbce8abcbd266dcb2c 100644 (file)
@@ -20,7 +20,7 @@
 
 #include <linux/init.h>
 #include <linux/slab.h>
-#include <linux/moduleparam.h>
+#include <linux/module.h>
 #include <sound/core.h>
 #include "seq_clientmgr.h"
 #include <sound/initval.h>
index ebaf1b541dcda7e2ccc39bc62416342cde6f8ead..64069dbf89ca383bfb8500cedf90ed9959f29fa4 100644 (file)
@@ -30,7 +30,7 @@ Possible options for midisynth module:
 #include <linux/slab.h>
 #include <linux/errno.h>
 #include <linux/string.h>
-#include <linux/moduleparam.h>
+#include <linux/module.h>
 #include <linux/mutex.h>
 #include <sound/core.h>
 #include <sound/rawmidi.h>
index 1c7a3efe17782b3f4a830efdc815f333b2aee3d6..828af353ea9f17f652d2c7ae154ed550c3c25845 100644 (file)
@@ -23,7 +23,7 @@
 #include <linux/slab.h>
 #include <linux/time.h>
 #include <linux/device.h>
-#include <linux/moduleparam.h>
+#include <linux/module.h>
 #include <sound/core.h>
 #include <sound/minors.h>
 #include <sound/info.h>
index 67ebf1c21c043a61dc0b51012f00778612af7b45..8e7561dfc5fc97f4d650a3b8d35bb52b2804f9d0 100644 (file)
@@ -24,7 +24,7 @@
 #include <linux/slab.h>
 #include <linux/time.h>
 #include <linux/mutex.h>
-#include <linux/moduleparam.h>
+#include <linux/module.h>
 #include <linux/string.h>
 #include <sound/core.h>
 #include <sound/timer.h>
index 149d05a8202d58bf381c3eb059e3302f89e2a188..5b9df9d7cfd4b62107a4715f403a7e35407f69ba 100644 (file)
@@ -24,7 +24,7 @@
 #include <linux/pnp.h>
 #include <linux/err.h>
 #include <linux/platform_device.h>
-#include <linux/moduleparam.h>
+#include <linux/module.h>
 #include <sound/core.h>
 #include <sound/mpu401.h>
 #include <sound/initval.h>
index a25fb7b1f4414c883a4a0e071f26099f389085b1..6c5bf58bc5f64f1ef895be9f08402d0b72c99a39 100644 (file)
@@ -36,7 +36,7 @@
 #include <linux/platform_device.h>
 #include <linux/slab.h>
 #include <linux/ioport.h>
-#include <linux/moduleparam.h>
+#include <linux/module.h>
 #include <sound/core.h>
 #include <sound/rawmidi.h>
 #include <sound/initval.h>
index f4cd49336f336866e36b6814206fdaf0ff9da226..d79d6edc0f52b50689d9d7cf21ead9353414d9b4 100644 (file)
@@ -45,7 +45,7 @@
 #include <linux/wait.h>
 #include <linux/err.h>
 #include <linux/platform_device.h>
-#include <linux/moduleparam.h>
+#include <linux/module.h>
 #include <sound/core.h>
 #include <sound/seq_kernel.h>
 #include <sound/seq_virmidi.h>
index a9c1af33f276623931f826b91971a1a6a5937152..7240da5a3cf0a5148f35e43612b392e3a0bb4b30 100644 (file)
@@ -69,7 +69,7 @@
 #include <linux/init.h>
 #include <linux/pci.h>
 #include <linux/gameport.h>
-#include <linux/moduleparam.h>
+#include <linux/module.h>
 #include <linux/dma-mapping.h>
 #include <sound/core.h>
 #include <sound/pcm.h>