fealnx: Fix building error on MIPS
authorHuacai Chen <chenhc@lemote.com>
Thu, 16 Nov 2017 03:07:15 +0000 (11:07 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 24 Nov 2017 07:33:41 +0000 (08:33 +0100)
commitf0ae7a1b45fa38178e0f6fa244897e1e28601223
tree4246d4e75e17a2068c5ebb54ec7d99bce6539f2b
parent362d2ce0f851653d2eed87fdb8891ab4cfb0c2bf
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>
drivers/net/ethernet/fealnx.c