From: Joe Hershberger <joe.hershberger@ni.com>
Date: Mon, 15 Aug 2016 19:42:17 +0000 (-0500)
Subject: net: nfs: Remove unused define
X-Git-Tag: v2025.01-rc5-pxa1908~8682^2~16
X-Git-Url: http://git.dujemihanovic.xyz/%22/icons/right.gif/static/git-logo.png?a=commitdiff_plain;h=d23d7bd7935127bf50713ec2b4c3014ac279d2e5;p=u-boot.git

net: nfs: Remove unused define

Unreferenced, so remove the noise.

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

diff --git a/net/nfs.h b/net/nfs.h
index d69b422f52..2a1f4db9b4 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];