]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - net/rarp.c
net: Remove volatile from net API
[karo-tx-uboot.git] / net / rarp.c
index 097f970f442770153cc3f36209c5db26f0737380..77d63e871bd43c01af4a7468dc60337b1e8f7f54 100644 (file)
@@ -71,7 +71,7 @@ void
 RarpRequest (void)
 {
        int i;
-       volatile uchar *pkt;
+       uchar *pkt;
        ARP_t * rarp;
 
        printf("RARP broadcast %d\n", ++RarpTry);