]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - drivers/net/xilinx_ll_temac_sdma.h
drivers/net/xilinx_ll_temac.c: Fix compile warning
[people/ms/u-boot.git] / drivers / net / xilinx_ll_temac_sdma.h
index 51e258d7f5fe3a58465338694b7efb17a554f280..db00a57a167d6b257b7a3a16fb94a203237bfe13 100644 (file)
@@ -275,7 +275,6 @@ int ll_temac_reset_sdma(struct eth_device *dev);
 int ll_temac_recv_sdma(struct eth_device *dev);
 
 /* send buffered data to SDMA */
-int ll_temac_send_sdma(struct eth_device *dev, volatile void *packet,
-                                                       int length);
+int ll_temac_send_sdma(struct eth_device *dev, void *packet, int length);
 
 #endif /* _XILINX_LL_TEMAC_SDMA_ */