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:35:57 +0000 (08:35 +0100)
commite9abe192f008e61e7b604a162b06fdaa6895b1ed
tree1acbfc21ce010a83914e740086cadfd70dfc85ce
parent22f767973fb024036d8a9c2878035bdc6c5d1e6d
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