From: Larry Finger Date: Mon, 13 May 2013 02:43:46 +0000 (-0500) Subject: rtlwifi: rtl8188ee: Fix warning when building on big-endian systems X-Git-Tag: v3.10-rc3~18^2~18^2^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=58dd3ff86b4854cf6a60b60ab5eb57dbd0a2b4ad;p=pandora-kernel.git rtlwifi: rtl8188ee: Fix warning when building on big-endian systems In http://lkml.indiana.edu/hypermail/linux/kernel/1305.1/index.html, Geert Uytterhoeven reports a new warning when building 3.10-rc1 in this driver. This is caused by using a "#if" test to see if __LITTLE_ENDIAN is set, which fails for all big-endian systems. Change to "ifdef". Signed-off-by: Larry Finger Signed-off-by: John W. Linville --- Reading git-diff-tree failed