summaryrefslogtreecommitdiff
path: root/sound/usb
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2011-08-31 17:02:47 -0400
committerPaul Gortmaker <paul.gortmaker@windriver.com>2011-10-31 19:31:20 -0400
commit31623caaf0f84f17d632f16c1cdf42e7e21e807a (patch)
tree1233a9795c060632cc8c752911922334043f721b /sound/usb
parent65a772172b06e6e9b43e5ad77dccbcc767ff9831 (diff)
sound: add moduleparam.h to users of module_param/MODULE_PARM_DESC
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>
Diffstat (limited to 'sound/usb')
-rw-r--r--sound/usb/usx2y/usbusx2yaudio.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/usb/usx2y/usbusx2yaudio.c b/sound/usb/usx2y/usbusx2yaudio.c
index 5d37d1ccf81..6ffb3713b60 100644
--- a/sound/usb/usx2y/usbusx2yaudio.c
+++ b/sound/usb/usx2y/usbusx2yaudio.c
@@ -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>