summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless
diff options
context:
space:
mode:
authorLuis R. Rodriguez2012-04-24 04:58:50 +0200
committerKalle Valo2012-04-25 08:31:21 +0200
commit1560ac7d304fdbe603e2fe9cf9564dc81dcccc98 (patch)
treeb278e9d9472a9c1a0b653b79679915cb703e615b /drivers/net/wireless
parentath6kl: unblock fwlog_block_read() on exit (diff)
downloadkernel-qcow2-linux-1560ac7d304fdbe603e2fe9cf9564dc81dcccc98.tar.gz
kernel-qcow2-linux-1560ac7d304fdbe603e2fe9cf9564dc81dcccc98.tar.xz
kernel-qcow2-linux-1560ac7d304fdbe603e2fe9cf9564dc81dcccc98.zip
ath6kl: include in.h explicitly
Do not assume anyone before us includes it for us. Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com> Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
Diffstat (limited to 'drivers/net/wireless')
-rw-r--r--drivers/net/wireless/ath/ath6kl/wmi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath6kl/wmi.c b/drivers/net/wireless/ath/ath6kl/wmi.c
index 2eb771aa88f3..bb802e49919c 100644
--- a/drivers/net/wireless/ath/ath6kl/wmi.c
+++ b/drivers/net/wireless/ath/ath6kl/wmi.c
@@ -16,6 +16,7 @@
*/
#include <linux/ip.h>
+#include <linux/in.h>
#include "core.h"
#include "debug.h"
#include "testmode.h"