]> git.sur5r.net Git - u-boot/blobdiff - drivers/net/plb2800_eth.c
phylib: Add Atheros AR8035 GETH PHY support
[u-boot] / drivers / net / plb2800_eth.c
index d799c738234737969b3e0847e765eec5e03043b6..93782c23ff41cd2d26ef5140df4de168974d3c46 100644 (file)
@@ -82,8 +82,7 @@ typedef volatile struct {
 
 
 static int plb2800_eth_init(struct eth_device *dev, bd_t * bis);
-static int plb2800_eth_send(struct eth_device *dev, volatile void *packet,
-                                                 int length);
+static int plb2800_eth_send(struct eth_device *dev, void *packet, int length);
 static int plb2800_eth_recv(struct eth_device *dev);
 static void plb2800_eth_halt(struct eth_device *dev);
 
@@ -162,8 +161,7 @@ static int plb2800_eth_init(struct eth_device *dev, bd_t * bis)
 }
 
 
-static int plb2800_eth_send(struct eth_device *dev, volatile void *packet,
-                                                 int length)
+static int plb2800_eth_send(struct eth_device *dev, void *packet, int length)
 {
        int                    i;
        int                    res         = -1;