]> git.baikalelectronics.ru Git - kernel.git/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)
commit18d8c55684e8fb86e1cafdc845f6c089ed89a14a
treef51572e92c73a79c514809e30930f774f5b52ae4
parente32858d121a47683ec2282931cfafc8cd0d5554b
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