projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ebff1ba
)
wl12xx: enable sparse endianess check by default
author
Luciano Coelho
<coelho@ti.com>
Wed, 21 Dec 2011 19:52:31 +0000
(21:52 +0200)
committer
Luciano Coelho
<coelho@ti.com>
Wed, 15 Feb 2012 06:38:27 +0000
(08:38 +0200)
Following the good example of the Intel (and more recently Atheros)
drivers, enable endianess check by default when running sparse.
Signed-off-by: Luciano Coelho <coelho@ti.com>
drivers/net/wireless/wl12xx/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/drivers/net/wireless/wl12xx/Makefile
b/drivers/net/wireless/wl12xx/Makefile
index fe67262ba19f7997b16c37b9a42395c25890e6ec..98f289c907a97db3f1ef619d391545478af0a7cb 100644
(file)
--- a/
drivers/net/wireless/wl12xx/Makefile
+++ b/
drivers/net/wireless/wl12xx/Makefile
@@
-11,3
+11,5
@@
obj-$(CONFIG_WL12XX_SDIO) += wl12xx_sdio.o
# small builtin driver bit
obj-$(CONFIG_WL12XX_PLATFORM_DATA) += wl12xx_platform_data.o
+
+ccflags-y += -D__CHECK_ENDIAN__