treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git] / drivers / net / ethernet / qualcomm / emac / emac-phy.h
blob7d703e5d84dd17c7bcb5fb4db68070555c2afa81
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /* Copyright (c) 2015-2016, The Linux Foundation. All rights reserved.
3 */
5 #ifndef _EMAC_PHY_H_
6 #define _EMAC_PHY_H_
8 struct emac_adapter;
10 int emac_phy_config(struct platform_device *pdev, struct emac_adapter *adpt);
12 #endif /* _EMAC_PHY_H_ */