summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/stmicro/stmmac/stmmac_platform.h
diff options
context:
space:
mode:
authorJoachim Eastwood2015-07-29 00:08:57 +0200
committerDavid S. Miller2015-07-29 09:13:24 +0200
commit85d89e6115cd5613b36f31a5038feb9cb4e13dfc (patch)
tree4aa6a3efb5f68da18c76b9b1c6a6c43c15a20622 /drivers/net/ethernet/stmicro/stmmac/stmmac_platform.h
parentstmmac: dwmac-rk: create a new probe function (diff)
downloadkernel-qcow2-linux-85d89e6115cd5613b36f31a5038feb9cb4e13dfc.tar.gz
kernel-qcow2-linux-85d89e6115cd5613b36f31a5038feb9cb4e13dfc.tar.xz
kernel-qcow2-linux-85d89e6115cd5613b36f31a5038feb9cb4e13dfc.zip
stmmac: move stmmac_pltfr_probe into dwmac-generic
As all dwmac-* drivers now have their own probe function move the common one into dwmac-generic driver and drop the EXPORT. Signed-off-by: Joachim Eastwood <manabian@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/stmicro/stmmac/stmmac_platform.h')
-rw-r--r--drivers/net/ethernet/stmicro/stmmac/stmmac_platform.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/ethernet/stmicro/stmmac/stmmac_platform.h b/drivers/net/ethernet/stmicro/stmmac/stmmac_platform.h
index 84ceb5342686..ffeb8d9e2b2e 100644
--- a/drivers/net/ethernet/stmicro/stmmac/stmmac_platform.h
+++ b/drivers/net/ethernet/stmicro/stmmac/stmmac_platform.h
@@ -27,7 +27,6 @@ stmmac_probe_config_dt(struct platform_device *pdev, const char **mac);
int stmmac_get_platform_resources(struct platform_device *pdev,
struct stmmac_resources *stmmac_res);
-int stmmac_pltfr_probe(struct platform_device *pdev);
int stmmac_pltfr_remove(struct platform_device *pdev);
extern const struct dev_pm_ops stmmac_pltfr_pm_ops;