]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - net/tftp.c
net: Remove volatile from net API
[karo-tx-uboot.git] / net / tftp.c
index 7aa3e23c95d1aba5f79202b7a0f550fd04889754..e62f2299f57c9b9b975ed11a873bfb5307329cb5 100644 (file)
@@ -310,9 +310,9 @@ static void
 TftpSend(void)
 {
        uchar *pkt;
-       volatile uchar *xp;
-       int             len = 0;
-       volatile ushort *s;
+       uchar *xp;
+       int len = 0;
+       ushort *s;
 
 #ifdef CONFIG_MCAST_TFTP
        /* Multicast TFTP.. non-MasterClients do not ACK data. */