diff options
Diffstat (limited to 'drivers/net/davinci_emac.c')
| -rw-r--r-- | drivers/net/davinci_emac.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/drivers/net/davinci_emac.c b/drivers/net/davinci_emac.c index fbd0f1b7b..e471d2ce3 100644 --- a/drivers/net/davinci_emac.c +++ b/drivers/net/davinci_emac.c @@ -637,7 +637,7 @@ static int tx_send_loop = 0;   * positive number (number of bytes transmitted) or negative for error   */  static int davinci_eth_send_packet (struct eth_device *dev, -					volatile void *packet, int length) +					void *packet, int length)  {  	int ret_status = -1;  	int index; |