]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/net/bfin_mac.h
net: macb: fix network configuration error when using gmac with non-Gbit PHY
[karo-tx-uboot.git] / drivers / net / bfin_mac.h
index c731c179b53e7da5cdd70f92505a5ef9a304669b..54ffb3830e2be000f6c7c971bbc35ecf6607220c 100644 (file)
@@ -58,7 +58,7 @@ static ADI_ETHER_BUFFER *SetupTxBuffer(int no);
 
 static int bfin_EMAC_init(struct eth_device *dev, bd_t *bd);
 static void bfin_EMAC_halt(struct eth_device *dev);
-static int bfin_EMAC_send(struct eth_device *dev, volatile void *packet, int length);
+static int bfin_EMAC_send(struct eth_device *dev, void *packet, int length);
 static int bfin_EMAC_recv(struct eth_device *dev);
 static int bfin_EMAC_setup_addr(struct eth_device *dev);