diff options
author | Larry Finger | 2013-05-12 21:43:46 -0500 |
---|---|---|
committer | John W. Linville | 2013-05-17 14:31:06 -0400 |
commit | 58dd3ff86b4854cf6a60b60ab5eb57dbd0a2b4ad (patch) | |
tree | 94470d3b8dbc3d75e84f7fa73d1ef091c08d16dd /drivers/net/macvlan.c | |
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>
Diffstat (limited to 'drivers/net/macvlan.c')
0 files changed, 0 insertions, 0 deletions