commit | f0ae7a1b45fa38178e0f6fa244897e1e28601223 | [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:33:41 2017 +0100 |
tree | 4246d4e75e17a2068c5ebb54ec7d99bce6539f2b | |
parent | 362d2ce0f851653d2eed87fdb8891ab4cfb0c2bf [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>