kw_spi: fix clock prescaler computation
[oweals/u-boot.git] / drivers / net / rtl8169.c
index 1ad13bddd5a9778bfa6143a9ac5a1fe713acd332..9864fd7b5c81e435955483dab1b37671bcb27fdb 100644 (file)
@@ -464,7 +464,7 @@ static int rtl_recv(struct eth_device *dev)
 /**************************************************************************
 SEND - Transmit a frame
 ***************************************************************************/
-static int rtl_send(struct eth_device *dev, volatile void *packet, int length)
+static int rtl_send(struct eth_device *dev, void *packet, int length)
 {
        /* send the packet to destination */