]> git.sur5r.net Git - u-boot/blobdiff - drivers/net/ep93xx_eth.c
MMC: Remove the MMC bounce buffer
[u-boot] / drivers / net / ep93xx_eth.c
index c09384c632fa9f2ccedf2dcb7ce12aac6fa933a2..245ad1c25d02ff05d701d7657ea54c5c4d6ccecb 100644 (file)
@@ -380,7 +380,7 @@ static int ep93xx_eth_rcv_packet(struct eth_device *dev)
  * Send a block of data via ethernet.
  */
 static int ep93xx_eth_send_packet(struct eth_device *dev,
-                               volatile void * const packet, int const length)
+                               void * const packet, int const length)
 {
        struct mac_regs *mac = GET_REGS(dev);
        struct ep93xx_priv *priv = GET_PRIV(dev);