Merge branch 'master' of git://git.denx.de/u-boot-ti
[oweals/u-boot.git] / drivers / net / altera_tse.c
index 0e6aac7173032e97a282ec6b2f5ecf255d6d8160..de517f8dab9493f2a8492a8aa8ecc59d3d50b1ab 100644 (file)
@@ -257,8 +257,7 @@ static int tse_adjust_link(struct altera_tse_priv *priv)
        return 0;
 }
 
-static int tse_eth_send(struct eth_device *dev,
-                       volatile void *packet, int length)
+static int tse_eth_send(struct eth_device *dev, void *packet, int length)
 {
        struct altera_tse_priv *priv = dev->priv;
        volatile struct alt_sgdma_registers *tx_sgdma = priv->sgdma_tx;