Commit 1f370c57 authored by Chen-Yu Tsai's avatar Chen-Yu Tsai Committed by David S. Miller

blackfin: Update stmmac callback signatures

stmmac callbacks have been extended for better separation.
Update them to avoid breakage.
Signed-off-by: default avatarChen-Yu Tsai <wens@csie.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 938dfdaa
...@@ -117,7 +117,7 @@ static struct stmmac_dma_cfg eth_dma_cfg = { ...@@ -117,7 +117,7 @@ static struct stmmac_dma_cfg eth_dma_cfg = {
.pbl = 2, .pbl = 2,
}; };
int stmmac_ptp_clk_init(struct platform_device *pdev) int stmmac_ptp_clk_init(struct platform_device *pdev, void *priv)
{ {
bfin_write32(PADS0_EMAC_PTP_CLKSEL, 0); bfin_write32(PADS0_EMAC_PTP_CLKSEL, 0);
return 0; return 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment