]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
net: tftp: Move tftp.h file from ./net to ./include/net
authorLukasz Majewski <l.majewski@majess.pl>
Sun, 23 Aug 2015 22:21:43 +0000 (00:21 +0200)
committerMarek Vasut <marex@denx.de>
Mon, 7 Sep 2015 11:41:04 +0000 (13:41 +0200)
commit346969584be509b444dd1ba0db31ca7adb47575b
tree63ea95cdf84371c5d1e20a1ebcec81fe63f65338
parent5a6087277c271773248e30c53ba494e328a7d476
net: tftp: Move tftp.h file from ./net to ./include/net

This change gives the ability to reuse the <tftp.h> header file by other
subsystems (like e.g. dfu).

Without this change compilation error emerges for the legacy update.c file.

Signed-off-by: Lukasz Majewski <l.majewski@majess.pl>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
include/net/tftp.h [moved from net/tftp.h with 100% similarity]
net/bootp.c
net/net.c
net/rarp.c
net/tftp.c