Make sparse check endianness with "make C=1".
Signed-off-by: Jouni Malinen <redacted>
---
drivers/net/wireless/ath/ath6kl/Makefile | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/drivers/net/wireless/ath/ath6kl/Makefile b/drivers/net/wireless/ath/ath6kl/Makefile
index e1bb07e..b64a6f5 100644
--- a/drivers/net/wireless/ath/ath6kl/Makefile
+++ b/drivers/net/wireless/ath/ath6kl/Makefile
@@ -33,3 +33,5 @@ ath6kl-y += txrx.o
ath6kl-y += wmi.o
ath6kl-y += node.o
ath6kl-y += sdio.o
+
+ccflags-y += -D__CHECK_ENDIAN__
--
1.7.4.1