commit | 58dd3ff86b4854cf6a60b60ab5eb57dbd0a2b4ad | [log] [tgz] |
---|---|---|
author | Larry Finger <Larry.Finger@lwfinger.net> | Sun May 12 21:43:46 2013 -0500 |
committer | John W. Linville <linville@tuxdriver.com> | Fri May 17 14:31:06 2013 -0400 |
tree | 94470d3b8dbc3d75e84f7fa73d1ef091c08d16dd | |
parent | af690092ce91a2a6d807cdfcc0b0b9b71ae54d3e [diff] |
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 <Larry.Finger@lwfinger.net> Signed-off-by: John W. Linville <linville@tuxdriver.com>