]> 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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 24 Nov 2017 07:30:04 +0000 (08:30 +0100)
commite823c90371874557d4393060568cb7629436849f
tree205def27b8316cdbcf1cf0c65a2dd501f3f65822
parent39c3fff9ef51ba9f2748f37ad7d9cfef365e87fe
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