]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - drivers/qe/uec.c
drivers/qe/uec.c: Fix compile warning
[karo-tx-uboot.git] / drivers / qe / uec.c
index 3e46e3515faba49cc9c873cdc3e9ef3e1c66d50f..216c8982be21c2390b4ae5799428258473455695 100644 (file)
@@ -1288,7 +1288,7 @@ static void uec_halt(struct eth_device* dev)
        uec_stop(uec, COMM_DIR_RX_AND_TX);
 }
 
-static int uec_send(struct eth_device* dev, volatile void *buf, int len)
+static int uec_send(struct eth_device *dev, void *buf, int len)
 {
        uec_private_t           *uec;
        ucc_fast_private_t      *uccf;