]> git.sur5r.net Git - u-boot/blobdiff - arch/powerpc/cpu/mpc8260/ether_scc.c
powerpc: Use generic global_data
[u-boot] / arch / powerpc / cpu / mpc8260 / ether_scc.c
index 1c040f0f5b09958233ab51611ba13ebd5c5dee02..3c71219575d1c7d75a2e03a54f3f72108ee97e62 100644 (file)
@@ -105,7 +105,7 @@ typedef volatile struct CommonBufferDescriptor {
 static RTXBD *rtx;
 
 
-static int sec_send(struct eth_device *dev, volatile void *packet, int length)
+static int sec_send(struct eth_device *dev, void *packet, int length)
 {
     int i;
     int result = 0;