mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00: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:
parent
f8b26c7adf
commit
d23d7bd793
1 changed files with 0 additions and 2 deletions
|
@ -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];
|
||||||
|
|
Loading…
Reference in a new issue