diff mbox series

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

Message ID 1504132723-26787-1-git-send-email-joe.hershberger@ni.com
State Accepted
Commit 765a159cf5efe8b0b4f9f8ae415697c5fcbc82ef
Delegated to: Joe Hershberger
Headers show
Series [U-Boot] net: Remove nfs.h include from bootp.c | expand

Commit Message

Joe Hershberger Aug. 30, 2017, 10:38 p.m. UTC
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(-)

Comments

Joe Hershberger Jan. 22, 2018, 4:48 p.m. UTC | #1
Hi Joe,

https://patchwork.ozlabs.org/patch/807955/ was applied to http://git.denx.de/?p=u-boot/u-boot-net.git

Thanks!
-Joe
diff mbox series

Patch

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