summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorSascha Hauer <sha@pengutronix.de>2009-10-17 09:15:35 +0200
committerSascha Hauer <sha@pengutronix.de>2009-10-17 09:15:35 +0200
commit8cef3301f8bf689b290d62455a6d69be3d14b134 (patch)
treea41faa06d2689f73954afd7f9b78eab1dbbb25b0 /net
parente8b856dc03af9368bdc2565982ce3012ea15c106 (diff)
downloadbarebox-8cef3301f8bf689b290d62455a6d69be3d14b134.tar.gz
barebox-8cef3301f8bf689b290d62455a6d69be3d14b134.tar.xz
tftp: remove volatile from variables
Signed-off-by: Sascha Hauer <sha@pengutronix.de>
Diffstat (limited to 'net')
-rw-r--r--net/tftp.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/net/tftp.c b/net/tftp.c
index 0c7e8e6194..87c4e3b2f0 100644
--- a/net/tftp.c
+++ b/net/tftp.c
@@ -81,10 +81,10 @@ static void TftpTimeout (void);
static void
TftpSend (void)
{
- volatile uchar * pkt;
- volatile uchar * xp;
- int len = 0;
- volatile ushort *s;
+ uchar *pkt;
+ uchar *xp;
+ int len = 0;
+ ushort *s;
/*
* We will always be sending some sort of packet, so