mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 16:52:14 +02:00
net: nfs: Remove unused define
Unreferenced, so remove the noise. Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>
This commit is contained in:
@@ -44,8 +44,6 @@
|
|||||||
#define NFS_READ_SIZE 1024 /* biggest power of two that fits Ether frame */
|
#define NFS_READ_SIZE 1024 /* biggest power of two that fits Ether frame */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define NFS_MAXLINKDEPTH 16
|
|
||||||
|
|
||||||
struct rpc_t {
|
struct rpc_t {
|
||||||
union {
|
union {
|
||||||
uint8_t data[2048];
|
uint8_t data[2048];
|
||||||
|
Reference in New Issue
Block a user