Re: [PATCH net-next] net: hns: fix the unknown phy_nterface_t type error

2015-10-12 Thread David Miller
From: huangdaode Date: Sat, 10 Oct 2015 17:20:38 +0800 > This patch fix the building error reported by Jiri Pirko > > drivers/net/ethernet/hisilicon/hns/hnae.h:465:2: error: unknown type > name 'phy_interface_t' > phy_interface_t phy_if; >

[PATCH net-next] net: hns: fix the unknown phy_nterface_t type error

2015-10-10 Thread huangdaode
This patch fix the building error reported by Jiri Pirko drivers/net/ethernet/hisilicon/hns/hnae.h:465:2: error: unknown type name 'phy_interface_t' phy_interface_t phy_if; ^ the full build log is on https://lists.01.org/pipermail/kbuild-all. Signed-off-by:

Re: [PATCH net-next] net: hns: fix the unknown phy_nterface_t type error

2015-10-10 Thread Jiri Pirko
Sat, Oct 10, 2015 at 11:20:38AM CEST, huangda...@hisilicon.com wrote: >This patch fix the building error reported by Jiri Pirko > >drivers/net/ethernet/hisilicon/hns/hnae.h:465:2: error: unknown type >name 'phy_interface_t' >phy_interface_t phy_if; > ^ >the full