From 765a159cf5efe8b0b4f9f8ae415697c5fcbc82ef Mon Sep 17 00:00:00 2001 From: Joe Hershberger Date: Wed, 30 Aug 2017 17:38:42 -0500 Subject: [PATCH] net: Remove nfs.h include from bootp.c Nothing from this header is used there, so remove it. Signed-off-by: Joe Hershberger --- net/bootp.c | 1 - 1 file changed, 1 deletion(-) 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 -- 2.39.2