net: freescale: Remove unused declarations
Commit5d93cfcf73
("net: dpaa: Convert to phylink") removed fman_set_mac_active_pause()/fman_get_pause_cfg() but not declarations. Commit48257c4f16
("Add fs_enet ethernet network driver, for several embedded platforms.") declared but never implemented fs_enet_platform_init() and fs_enet_platform_cleanup(). Signed-off-by: Yue Haibing <yuehaibing@huawei.com> Reviewed-by: Sean Anderson <sean.anderson@seco.com> Acked-by: Madalin Bucur <madalin.bucur@oss.nxp.com> Reviewed-by: Leon Romanovsky <leonro@nvidia.com> Link: https://lore.kernel.org/r/20230817134159.38484-1-yuehaibing@huawei.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
parent
726e9e8b94
commit
cb49ec0349
|
@ -68,10 +68,6 @@ struct dpaa_eth_data {
|
||||||
|
|
||||||
extern const char *mac_driver_description;
|
extern const char *mac_driver_description;
|
||||||
|
|
||||||
int fman_set_mac_active_pause(struct mac_device *mac_dev, bool rx, bool tx);
|
|
||||||
|
|
||||||
void fman_get_pause_cfg(struct mac_device *mac_dev, bool *rx_pause,
|
|
||||||
bool *tx_pause);
|
|
||||||
int fman_set_multi(struct net_device *net_dev, struct mac_device *mac_dev);
|
int fman_set_multi(struct net_device *net_dev, struct mac_device *mac_dev);
|
||||||
|
|
||||||
#endif /* __MAC_H */
|
#endif /* __MAC_H */
|
||||||
|
|
|
@ -208,11 +208,6 @@ void fs_cleanup_bds(struct net_device *dev);
|
||||||
#define DRV_MODULE_NAME "fs_enet"
|
#define DRV_MODULE_NAME "fs_enet"
|
||||||
#define PFX DRV_MODULE_NAME ": "
|
#define PFX DRV_MODULE_NAME ": "
|
||||||
|
|
||||||
/***************************************************************************/
|
|
||||||
|
|
||||||
int fs_enet_platform_init(void);
|
|
||||||
void fs_enet_platform_cleanup(void);
|
|
||||||
|
|
||||||
/***************************************************************************/
|
/***************************************************************************/
|
||||||
/* buffer descriptor access macros */
|
/* buffer descriptor access macros */
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue