drivers/net/smc91111.c: Fix compile warning
[oweals/u-boot.git] / drivers / net / smc91111.c
index 5cfef4dd7b463f13d0bc956078fdabddfae14368..6dc7ad52e4cb9d981d5c45e2b21df38aafa5fe77 100644 (file)
@@ -426,8 +426,7 @@ static void smc_halt(struct eth_device *dev)
  .     Enable the transmit interrupt, so I know if it failed
  .     Free the kernel data if I actually sent it.
 */
-static int smc_send(struct eth_device *dev, volatile void *packet,
-       int packet_length)
+static int smc_send(struct eth_device *dev, void *packet, int packet_length)
 {
        byte packet_no;
        byte *buf;