aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath6kl/Makefile
diff options
context:
space:
mode:
authorKalle Valo <kvalo@qca.qualcomm.com>2012-01-17 15:05:32 +0200
committerKalle Valo <kvalo@qca.qualcomm.com>2012-01-18 13:41:12 +0200
commit3462735dadb90efd5bed9d2b81222ed7da1390a0 (patch)
treeea3c03787ac52e36ecd0540e9fe7fc2a2045ddad /drivers/net/wireless/ath/ath6kl/Makefile
parentath6kl: use netdev_features_t (diff)
downloadlinux-dev-3462735dadb90efd5bed9d2b81222ed7da1390a0.tar.xz
linux-dev-3462735dadb90efd5bed9d2b81222ed7da1390a0.zip
ath6kl: remove -D__CHECK_ENDIAN__ from Makefile
As drivers/net/wireless/ath/Makefile contains the flag to enable endian checks there's no need to have it in ath6kl makefile anymore. Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath6kl/Makefile')
-rw-r--r--drivers/net/wireless/ath/ath6kl/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/wireless/ath/ath6kl/Makefile b/drivers/net/wireless/ath/ath6kl/Makefile
index 707069303550..e24b61799158 100644
--- a/drivers/net/wireless/ath/ath6kl/Makefile
+++ b/drivers/net/wireless/ath/ath6kl/Makefile
@@ -33,5 +33,3 @@ ath6kl-y += txrx.o
ath6kl-y += wmi.o
ath6kl-y += sdio.o
ath6kl-$(CONFIG_NL80211_TESTMODE) += testmode.o
-
-ccflags-y += -D__CHECK_ENDIAN__