X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;ds=sidebyside;f=drivers%2Fnet%2Fethoc.c;h=af06d4fb8226ef1631296db5f164647ab7b46e91;hb=1c68d01eea92137482b980318e2a7f7c0ebef2d4;hp=5824fd6827ce307e8aac2039757b083bbcd1f20a;hpb=83ea1308537aabb5fd72a11cd9bada9d8496d585;p=u-boot diff --git a/drivers/net/ethoc.c b/drivers/net/ethoc.c index 5824fd6827..af06d4fb82 100644 --- a/drivers/net/ethoc.c +++ b/drivers/net/ethoc.c @@ -414,7 +414,7 @@ static void ethoc_tx(struct eth_device *dev) (void)ethoc_update_tx_stats(&bd); } -static int ethoc_send(struct eth_device *dev, volatile void *packet, int length) +static int ethoc_send(struct eth_device *dev, void *packet, int length) { struct ethoc *priv = (struct ethoc *)dev->priv; struct ethoc_bd bd;