]> git.sur5r.net Git - u-boot/blobdiff - drivers/net/fm/eth.c
drivers/net/fm/eth.c: Fix compile warning
[u-boot] / drivers / net / fm / eth.c
index f7ed850c913a4f77748a1e8d316043eb5088ce2e..f34f4db6b605da1173df86f19a4c06a9182762cd 100644 (file)
@@ -420,7 +420,7 @@ static void fm_eth_halt(struct eth_device *dev)
        phy_shutdown(fm_eth->phydev);
 }
 
-static int fm_eth_send(struct eth_device *dev, volatile void *buf, int len)
+static int fm_eth_send(struct eth_device *dev, void *buf, int len)
 {
        struct fm_eth *fm_eth;
        struct fm_port_global_pram *pram;