From: Stephen Rothwell Date: Wed, 28 Sep 2011 08:32:34 +0000 (+1000) Subject: wireless/ath6kl: use of module_param requires the inclusion of moduleparam.h X-Git-Tag: v3.2-rc1~129^2~104^2^2~14^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c6efe578fc5dd02463d2ee20343494da56bdd3a9;p=thirdparty%2Fkernel%2Flinux.git wireless/ath6kl: use of module_param requires the inclusion of moduleparam.h Otheriwse the module.h split up fails like this: drivers/net/wireless/ath/ath6kl/init.c:27:26: error: expected ')' before 'uint' Signed-off-by: Stephen Rothwell Signed-off-by: Kalle Valo --- diff --git a/drivers/net/wireless/ath/ath6kl/init.c b/drivers/net/wireless/ath/ath6kl/init.c index 876b6b28dd223..5995bb9ead8d9 100644 --- a/drivers/net/wireless/ath/ath6kl/init.c +++ b/drivers/net/wireless/ath/ath6kl/init.c @@ -15,6 +15,7 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ +#include #include #include #include "core.h"