[U-Boot] [PATCH 3/3] net: nfs: Remove unused define

Joe Hershberger joe.hershberger at ni.com
Mon Aug 15 21:42:17 CEST 2016


Unreferenced, so remove the noise.

Signed-off-by: Joe Hershberger <joe.hershberger at ni.com>

---

 net/nfs.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/net/nfs.h b/net/nfs.h
index d69b422..2a1f4db 100644
--- a/net/nfs.h
+++ b/net/nfs.h
@@ -44,8 +44,6 @@
 #define NFS_READ_SIZE 1024 /* biggest power of two that fits Ether frame */
 #endif
 
-#define NFS_MAXLINKDEPTH 16
-
 struct rpc_t {
 	union {
 		uint8_t data[2048];
-- 
1.7.11.5



More information about the U-Boot mailing list