armv8/fsl-layerscape: fdt: avoid incorrect fixing with CONFIG_SYS_CLK_FREQ
[oweals/u-boot.git] / net / nfs.h
index aa4e450b20254adeddec88c3b84c6a7476372327..45da246aa1e1bfa6ad8d7b267ab0a41fde8e231d 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;
 };