summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2011-09-28 18:32:34 +1000
committerKalle Valo <kvalo@qca.qualcomm.com>2011-09-28 19:32:59 +0300
commitc6efe578fc5dd02463d2ee20343494da56bdd3a9 (patch)
tree222a97084aea09dbd2480287784b6fc26d9199c0
parentb9b6ee603923be45c4022a0dce5fa8ccf4284524 (diff)
downloadop-kernel-dev-c6efe578fc5dd02463d2ee20343494da56bdd3a9.zip
op-kernel-dev-c6efe578fc5dd02463d2ee20343494da56bdd3a9.tar.gz
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>
-rw-r--r--drivers/net/wireless/ath/ath6kl/init.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath6kl/init.c b/drivers/net/wireless/ath/ath6kl/init.c
index 876b6b2..5995bb9 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 <linux/moduleparam.h>
#include <linux/of.h>
#include <linux/mmc/sdio_func.h>
#include "core.h"
OpenPOWER on IntegriCloud