diff options
author | Joe Hershberger <joe.hershberger@ni.com> | 2017-08-30 17:38:42 -0500 |
---|---|---|
committer | Joe Hershberger <joe.hershberger@ni.com> | 2018-01-15 12:05:15 -0600 |
commit | 765a159cf5efe8b0b4f9f8ae415697c5fcbc82ef (patch) | |
tree | fc9456379c1d93e4dc667a1cce0078f1c292e7a0 /net | |
parent | 3cacc6a7722f4ba397ddbac991f6aa19645cc887 (diff) | |
download | u-boot-765a159cf5efe8b0b4f9f8ae415697c5fcbc82ef.zip u-boot-765a159cf5efe8b0b4f9f8ae415697c5fcbc82ef.tar.gz u-boot-765a159cf5efe8b0b4f9f8ae415697c5fcbc82ef.tar.bz2 |
net: Remove nfs.h include from bootp.c
Nothing from this header is used there, so remove it.
Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>
Diffstat (limited to 'net')
-rw-r--r-- | net/bootp.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 |