Skip to content
Snippets Groups Projects
Commit 165099e7 authored by Simon Glass's avatar Simon Glass Committed by Wolfgang Denk
Browse files

net: Make net_transfer() a static function


This should be a static function so it can be inlined.

Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
Acked-by: default avatarMike Frysinger <vapier@gentoo.org>
parent 39bccd21
No related branches found
No related tags found
No related merge requests found
......@@ -198,7 +198,7 @@ store_block(unsigned block, uchar *src, unsigned len)
}
/* Clear our state ready for a new transfer */
void new_transfer(void)
static void new_transfer(void)
{
TftpLastBlock = 0;
TftpBlockWrap = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment