]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
fealnx: Fix building error on MIPS
authorHuacai Chen <chenhc@lemote.com>
Thu, 16 Nov 2017 03:07:15 +0000 (11:07 +0800)
committerSasha Levin <alexander.levin@verizon.com>
Thu, 7 Dec 2017 02:20:15 +0000 (21:20 -0500)
commit2aebd895529a57e565edb92ee5affeb590353faa
treedba832c8e9117cdad49e9f131976215ab04544fd
parent1723ce9816ab84ab20a4307999085e776d8032b1
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: Sasha Levin <alexander.levin@verizon.com>
drivers/net/ethernet/fealnx.c