]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - drivers/net/xilinx_ll_temac_fifo.h
drivers/net/xilinx_ll_temac.c: Fix compile warning
[people/ms/u-boot.git] / drivers / net / xilinx_ll_temac_fifo.h
index f0d6e6823c569814f2a0cbdb7fd78ff5b9769079..e5b4be9e6c388d5ff7dc5933e069025a485677dd 100644 (file)
@@ -116,7 +116,6 @@ int ll_temac_reset_fifo(struct eth_device *dev);
 int ll_temac_recv_fifo(struct eth_device *dev);
 
 /* send buffered data to FIFO */
-int ll_temac_send_fifo(struct eth_device *dev, volatile void *packet,
-                                                       int length);
+int ll_temac_send_fifo(struct eth_device *dev, void *packet, int length);
 
 #endif /* _XILINX_LL_TEMAC_FIFO_ */