commit | 7b6868743d7e0bdf1c2f41e5256fdf2e3d33b962 | [log] [tgz] |
---|---|---|
author | Huacai Chen <chenhc@lemote.com> | Thu Nov 16 11:07:15 2017 +0800 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Nov 24 08:37:03 2017 +0100 |
tree | 388a06cc1f8cf92402881751c8a303d3b3a6fedd | |
parent | 060dd7a476314ac393a51cf78e78957cdef0b43a [diff] |
fealnx: Fix building error on MIPS [ Upstream commit cc54c1d32e6a4bb3f116721abf900513173e4d02 ] This patch try to fix the building error on MIPS. The reason is MIPS has already defined the LONG macro, which conflicts with the LONG enum in drivers/net/ethernet/fealnx.c. Signed-off-by: Huacai Chen <chenhc@lemote.com> Signed-off-by: David S. Miller <davem@davemloft.net> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>