From: Paul Gortmaker Date: Wed, 31 Aug 2011 21:02:47 +0000 (-0400) Subject: sound: add moduleparam.h to users of module_param/MODULE_PARM_DESC X-Git-Tag: v3.2-rc1~22^2~127 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=31623caaf0f84f17d632f16c1cdf42e7e21e807a;p=thirdparty%2Fkernel%2Flinux.git 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 --- diff --git a/sound/core/misc.c b/sound/core/misc.c index eb9fe2e1d2918..9aad55b9f1f0b 100644 --- a/sound/core/misc.c +++ b/sound/core/misc.c @@ -20,6 +20,7 @@ */ #include +#include #include #include #include diff --git a/sound/isa/sb/emu8000_patch.c b/sound/isa/sb/emu8000_patch.c index c99c6078be337..e09f144177f50 100644 --- a/sound/isa/sb/emu8000_patch.c +++ b/sound/isa/sb/emu8000_patch.c @@ -22,6 +22,7 @@ #include "emu8000_local.h" #include #include +#include static int emu8000_reset_addr; module_param(emu8000_reset_addr, int, 0444); diff --git a/sound/usb/usx2y/usbusx2yaudio.c b/sound/usb/usx2y/usbusx2yaudio.c index 5d37d1ccf813c..6ffb3713b60cf 100644 --- a/sound/usb/usx2y/usbusx2yaudio.c +++ b/sound/usb/usx2y/usbusx2yaudio.c @@ -34,6 +34,7 @@ #include #include #include +#include #include #include #include