projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3cacc6a
)
net: Remove nfs.h include from bootp.c
author
Joe Hershberger
<joe.hershberger@ni.com>
Wed, 30 Aug 2017 22:38:42 +0000
(17:38 -0500)
committer
Joe Hershberger
<joe.hershberger@ni.com>
Mon, 15 Jan 2018 18:05:15 +0000
(12:05 -0600)
Nothing from this header is used there, so remove it.
Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>
net/bootp.c
patch
|
blob
|
history
diff --git
a/net/bootp.c
b/net/bootp.c
index 73370a13fe7de813f9bb6ec7ff9daad7982b9047..59bb2099f10551ce474efce3d863e010742057ba 100644
(file)
--- 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