projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b9b6ee6
)
wireless/ath6kl: use of module_param requires the inclusion of moduleparam.h
author
Stephen Rothwell
<sfr@canb.auug.org.au>
Wed, 28 Sep 2011 08:32:34 +0000
(18:32 +1000)
committer
Kalle Valo
<kvalo@qca.qualcomm.com>
Wed, 28 Sep 2011 16:32:59 +0000
(19:32 +0300)
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
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/ath/ath6kl/init.c
b/drivers/net/wireless/ath/ath6kl/init.c
index 876b6b28dd223ee21245c0b6a38ae45afc064596..5995bb9ead8d936fad493628deef1ae9c8e0c26c 100644
(file)
--- 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"