From: Joe Hershberger <joe.hershberger@ni.com>
Date: Wed, 30 Aug 2017 22:38:42 +0000 (-0500)
Subject: net: Remove nfs.h include from bootp.c
X-Git-Tag: v2025.01-rc5-pxa1908~5136^2~18
X-Git-Url: http://git.dujemihanovic.xyz/repo?a=commitdiff_plain;h=765a159cf5efe8b0b4f9f8ae415697c5fcbc82ef;p=u-boot.git

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>
---

diff --git a/net/bootp.c b/net/bootp.c
index 73370a13fe..59bb2099f1 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