Re: [PATCH net-next] net: Fix Hisilicon Network Subsystem Support Compilation

2015-09-24 Thread David Miller
From: huangdaode Date: Thu, 24 Sep 2015 17:54:09 +0800 > This patch fixes the compilation error with arm allmodconfig, this error > generated due to unavailability of readq on 32-bit platform which was > found during net-next daily compilation > > Signed-off-by: huangdaode > Singed-off-by: yank

[PATCH net-next] net: Fix Hisilicon Network Subsystem Support Compilation

2015-09-24 Thread huangdaode
This patch fixes the compilation error with arm allmodconfig, this error generated due to unavailability of readq on 32-bit platform which was found during net-next daily compilation Signed-off-by: huangdaode Singed-off-by: yankejian --- drivers/net/ethernet/hisilicon/Kconfig | 3 +++ 1 file ch