commit | cc54c1d32e6a4bb3f116721abf900513173e4d02 | [log] [tgz] |
---|---|---|
author | Huacai Chen <chenhc@lemote.com> | Thu Nov 16 11:07:15 2017 +0800 |
committer | David S. Miller <davem@davemloft.net> | Thu Nov 16 22:58:12 2017 +0900 |
tree | f51572e92c73a79c514809e30930f774f5b52ae4 | |
parent | 6a787d6f593d57bec886718ef3fbbdc5bde70fcb [diff] |
fealnx: Fix building error on MIPS 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>