Merge git://git.denx.de/u-boot-fsl-qoriq
[platform/kernel/u-boot.git] / net / nfs.h
index aa4e450..45da246 100644 (file)
--- a/net/nfs.h
+++ b/net/nfs.h
@@ -76,7 +76,7 @@ struct rpc_t {
                        uint32_t verifier;
                        uint32_t v2;
                        uint32_t astatus;
-                       uint32_t data[NFS_READ_SIZE / sizeof(uint32_t)];
+                       uint32_t data[NFS_READ_SIZE];
                } reply;
        } u;
 };