]> git.karo-electronics.de Git - linux-beck.git/commitdiff
sound: add moduleparam.h to users of module_param/MODULE_PARM_DESC
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Wed, 31 Aug 2011 21:02:47 +0000 (17:02 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Mon, 31 Oct 2011 23:31:20 +0000 (19:31 -0400)
These files were getting access to these two via the implicit
presence of moduleparam.h everywhere.  But that is being fixed, so
get these guys what they need in advance.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
sound/core/misc.c
sound/isa/sb/emu8000_patch.c
sound/usb/usx2y/usbusx2yaudio.c

index eb9fe2e1d291850f62a0db393535a3f394d4e9a0..9aad55b9f1f0ba24ce9737cbbaadaf6773ad0891 100644 (file)
@@ -20,6 +20,7 @@
  */
 
 #include <linux/init.h>
+#include <linux/moduleparam.h>
 #include <linux/time.h>
 #include <linux/slab.h>
 #include <linux/ioport.h>
index c99c6078be3376fa792f8b335e31f57a80a7c221..e09f144177f502f6176139e3e2258890ae88a560 100644 (file)
@@ -22,6 +22,7 @@
 #include "emu8000_local.h"
 #include <asm/uaccess.h>
 #include <linux/moduleparam.h>
+#include <linux/moduleparam.h>
 
 static int emu8000_reset_addr;
 module_param(emu8000_reset_addr, int, 0444);
index 5d37d1ccf813c3ff25206f0517eb87cfa4d7bf72..6ffb3713b60cf812cec624c1c1050ff1be71e7e5 100644 (file)
@@ -34,6 +34,7 @@
 #include <linux/interrupt.h>
 #include <linux/slab.h>
 #include <linux/usb.h>
+#include <linux/moduleparam.h>
 #include <sound/core.h>
 #include <sound/info.h>
 #include <sound/pcm.h>