diff options
Diffstat (limited to 'drivers/net/xilinx_ll_temac_fifo.h')
| -rw-r--r-- | drivers/net/xilinx_ll_temac_fifo.h | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/drivers/net/xilinx_ll_temac_fifo.h b/drivers/net/xilinx_ll_temac_fifo.h index f0d6e6823..e5b4be9e6 100644 --- a/drivers/net/xilinx_ll_temac_fifo.h +++ b/drivers/net/xilinx_ll_temac_fifo.h @@ -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_ */ |