]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - drivers/net/ethoc.c
net: Fix remaining API interface breakage
[people/ms/u-boot.git] / drivers / net / ethoc.c
index 5824fd6827ce307e8aac2039757b083bbcd1f20a..af06d4fb8226ef1631296db5f164647ab7b46e91 100644 (file)
@@ -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;