From: Joe Hershberger Date: Wed, 30 Aug 2017 22:38:42 +0000 (-0500) Subject: net: Remove nfs.h include from bootp.c X-Git-Tag: v2018.03-rc1~175^2~18 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=765a159cf5efe8b0b4f9f8ae415697c5fcbc82ef;p=u-boot net: Remove nfs.h include from bootp.c Nothing from this header is used there, so remove it. Signed-off-by: Joe Hershberger --- 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 #include #include "bootp.h" -#include "nfs.h" #ifdef CONFIG_LED_STATUS #include #endif