[U-Boot] [PATCH] net: Remove nfs.h include from bootp.c

31 Aug
2017
31 Aug
'17
12:38 a.m.
Nothing from this header is used there, so remove it.
Signed-off-by: Joe Hershberger joe.hershberger@ni.com ---
net/bootp.c | 1 - 1 file changed, 1 deletion(-)
diff --git a/net/bootp.c b/net/bootp.c index 73370a1..59bb209 100644 --- a/net/bootp.c +++ b/net/bootp.c @@ -14,7 +14,6 @@ #include <net.h> #include <net/tftp.h> #include "bootp.h" -#include "nfs.h" #ifdef CONFIG_LED_STATUS #include <status_led.h> #endif
--
1.7.11.5

22 Jan
22 Jan
5:48 p.m.
New subject: [U-Boot] net: Remove nfs.h include from bootp.c
Hi Joe,
https://patchwork.ozlabs.org/patch/807955/ was applied to http://git.denx.de/?p=u-boot/u-boot-net.git
Thanks! -Joe
2661
Age (days ago)
2806
Last active (days ago)
1 comments
1 participants
participants (1)
-
Joe Hershberger