]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
net: Remove nfs.h include from bootp.c
authorJoe Hershberger <joe.hershberger@ni.com>
Wed, 30 Aug 2017 22:38:42 +0000 (17:38 -0500)
committerJoe 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

index 73370a13fe7de813f9bb6ec7ff9daad7982b9047..59bb2099f10551ce474efce3d863e010742057ba 100644 (file)
@@ -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