mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-07-17 20:31:45 +00:00
net: Remove volatile from net API
Signed-off-by: Joe Hershberger <joe.hershberger@ni.com> Acked-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
0a6deb3251
commit
db288a9602
6 changed files with 41 additions and 42 deletions
|
@ -71,7 +71,7 @@ void
|
|||
RarpRequest (void)
|
||||
{
|
||||
int i;
|
||||
volatile uchar *pkt;
|
||||
uchar *pkt;
|
||||
ARP_t * rarp;
|
||||
|
||||
printf("RARP broadcast %d\n", ++RarpTry);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue