X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=drivers%2Fnet%2Fethoc.c;h=af06d4fb8226ef1631296db5f164647ab7b46e91;hb=e32459e24aa9f7778b9394c94bd4af2b6524b3a0;hp=5824fd6827ce307e8aac2039757b083bbcd1f20a;hpb=83ea1308537aabb5fd72a11cd9bada9d8496d585;p=oweals%2Fu-boot.git 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;