]> git.baikalelectronics.ru Git - kernel.git/commit
wireless/ath6kl: use of module_param requires the inclusion of moduleparam.h
authorStephen Rothwell <sfr@canb.auug.org.au>
Wed, 28 Sep 2011 08:32:34 +0000 (18:32 +1000)
committerKalle Valo <kvalo@qca.qualcomm.com>
Wed, 28 Sep 2011 16:32:59 +0000 (19:32 +0300)
commit5a93e5bc4763c9cae8e7cb677e0f4f76d33df7b0
tree222a97084aea09dbd2480287784b6fc26d9199c0
parent3283a87200ace7722c900a615470c28132753eef
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 <sfr@canb.auug.org.au>
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
drivers/net/wireless/ath/ath6kl/init.c