mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2025-12-10 07:44:53 +01:00
net: Make net_transfer() a static function
This should be a static function so it can be inlined. Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
parent
39bccd21d0
commit
165099e753
1 changed files with 1 additions and 1 deletions
|
|
@ -198,7 +198,7 @@ store_block(unsigned block, uchar *src, unsigned len)
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Clear our state ready for a new transfer */
|
/* Clear our state ready for a new transfer */
|
||||||
void new_transfer(void)
|
static void new_transfer(void)
|
||||||
{
|
{
|
||||||
TftpLastBlock = 0;
|
TftpLastBlock = 0;
|
||||||
TftpBlockWrap = 0;
|
TftpBlockWrap = 0;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue