]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/net/xilinx_ll_temac_fifo.c
x86: ich6-gpio: Add Intel Tunnel Creek GPIO support
[karo-tx-uboot.git] / drivers / net / xilinx_ll_temac_fifo.c
index 3ff0f347ed46277dbcd614966d369f4164a60811..b8993cdb29648e9bf7c24603dfcd2df2dbd83bc2 100644 (file)
  *
  * CREDITS: tsec driver
  *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
+ * SPDX-License-Identifier:    GPL-2.0+
  *
  * [0]: http://www.xilinx.com/support/documentation
  *
@@ -102,8 +99,7 @@ int ll_temac_recv_fifo(struct eth_device *dev)
        return 0;
 }
 
-int ll_temac_send_fifo(struct eth_device *dev, volatile void *packet,
-                                                       int length)
+int ll_temac_send_fifo(struct eth_device *dev, void *packet, int length)
 {
        int i;
        u32 *buf = (u32 *)packet;