On 11/19/14 21:18, Johannes Berg wrote:
From: Johannes Berg<[email protected]>

This is a specific implementation,<asm/unaligned.h>  is the
multiplexer that has the arch-specific knowledge of which
of the implementations needs to be used, so include that.

Thanks, Johannes

Maybe it would be good to mention this was found by kbuild test robot.

Acked-by: Arend van Spriel <[email protected]>
Signed-off-by: Johannes Berg<[email protected]>
---
  drivers/net/wireless/brcm80211/brcmfmac/pcie.c | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/wireless/brcm80211/brcmfmac/pcie.c 
b/drivers/net/wireless/brcm80211/brcmfmac/pcie.c
index b0ae7993e2e8..138691a1365a 100644
--- a/drivers/net/wireless/brcm80211/brcmfmac/pcie.c
+++ b/drivers/net/wireless/brcm80211/brcmfmac/pcie.c
@@ -19,10 +19,10 @@
  #include<linux/pci.h>
  #include<linux/vmalloc.h>
  #include<linux/delay.h>
-#include<linux/unaligned/access_ok.h>
  #include<linux/interrupt.h>
  #include<linux/bcma/bcma.h>
  #include<linux/sched.h>
+#include<asm/unaligned.h>

  #include<soc.h>
  #include<chipcommon.h>

--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to