[U-Boot] [PATCH] net: Remove nfs.h include from bootp.c
Joe Hershberger
joe.hershberger at ni.com
Wed Aug 30 22:38:42 UTC 2017
Nothing from this header is used there, so remove it.
Signed-off-by: Joe Hershberger <joe.hershberger at 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
More information about the U-Boot
mailing list