]> git.baikalelectronics.ru Git - kernel.git/commit
net: hns: fix the unknown phy_nterface_t type error
authorhuangdaode <huangdaode@hisilicon.com>
Sat, 10 Oct 2015 09:20:38 +0000 (17:20 +0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 13 Oct 2015 02:46:46 +0000 (19:46 -0700)
commit4dcce4eac24f6119c48f14b1e432c2ea9d48b26e
tree2a11d92a187a4cad880f9a9507d125feda560963
parent77064896ca8f5ca7895fa98acf5ad0e12056e2d4
net: hns: fix the unknown phy_nterface_t type error

This patch fix the building error reported by Jiri Pirko <jiri@resnulli.us>

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: huangdaode <huangdaode@hisilicon.com>
Signed-off-by: yankejian <yankejian@huawei.com>
Reviewed-by: Jiri Pirko <jiri@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/hisilicon/hns/hnae.h