Re: [PATCH V5 net-next 6/8] net: hns3: Add MDIO support to HNS3 Ethernet driver for hip08 SoC

From: Andrew Lunn
Date: Fri Jul 28 2017 - 19:29:20 EST


> +int hclge_mac_mdio_config(struct hclge_dev *hdev)
> +{
..

> +}
> +
> +int hclge_mac_start_phy(struct hclge_dev *hdev)
> +{

> +}
> +
> +void hclge_mac_stop_phy(struct hclge_dev *hdev)
> +{
> +}
> --

These are not static functions. So i would expect them to be in a
header file somewhere....

Andrew