Re: [PATCH] fealnx: Fix building error on MIPS

2017-11-16 Thread David Miller
From: Huacai Chen Date: Thu, 16 Nov 2017 11:07:15 +0800 > 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. > > Cc: sta...@vger.kernel.org > Signed-off-by: Huacai Chen

[PATCH] fealnx: Fix building error on MIPS

2017-11-15 Thread Huacai Chen
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. Cc: sta...@vger.kernel.org Signed-off-by: Huacai Chen --- drivers/net/ethernet/fealnx.c | 6 +++--- 1 file changed, 3 inse