net: fec_mxc: have fecmxc_initialize call fecmxc_initialize_multi
[oweals/u-boot.git] / drivers / net / dm9000x.c
index 04241109cc016798ed9e37f1fa9721e0aa976bac..f0c4499edbc0481577cb4739b44f5041a68b7101 100644 (file)
@@ -406,8 +406,7 @@ static int dm9000_init(struct eth_device *dev, bd_t *bd)
   Hardware start transmission.
   Send a packet to media from the upper layer.
 */
-static int dm9000_send(struct eth_device *netdev, volatile void *packet,
-                    int length)
+static int dm9000_send(struct eth_device *netdev, void *packet, int length)
 {
        int tmo;
        struct board_info *db = &dm9000_info;