]> git.itanic.dy.fi Git - linux-stable/commit
fealnx: Fix building error on MIPS
authorHuacai Chen <chenhc@lemote.com>
Thu, 16 Nov 2017 03:07:15 +0000 (11:07 +0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 16 Nov 2017 13:58:12 +0000 (22:58 +0900)
commitcc54c1d32e6a4bb3f116721abf900513173e4d02
treef51572e92c73a79c514809e30930f774f5b52ae4
parent6a787d6f593d57bec886718ef3fbbdc5bde70fcb
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>
drivers/net/ethernet/fealnx.c