summaryrefslogtreecommitdiff
path: root/include/linux/node.h
diff options
context:
space:
mode:
authorGustavo A. R. Silva <gustavoars@kernel.org>2025-11-24 12:11:30 +0300
committerHerbert Xu <herbert@gondor.apana.org.au>2025-12-19 09:47:47 +0300
commit352140d396b14d5f4d50b15f3a50020c2c4f337b (patch)
tree9e4c4f511199aeb98d3731ada8f1eff686c09a59 /include/linux/node.h
parentb6f27c0ad00896b6ef20aa78a4282c7cc63ab56b (diff)
downloadlinux-352140d396b14d5f4d50b15f3a50020c2c4f337b.tar.xz
crypto: sun8i-ss - Avoid -Wflex-array-member-not-at-end warning
-Wflex-array-member-not-at-end was introduced in GCC-14, and we are getting ready to enable it, globally. Move the conflicting declaration to the end of the corresponding structure. Notice that `struct ahash_request` is a flexible structure, this is a structure that contains a flexible-array member. With these changes fix the following warning: drivers/crypto/allwinner/sun8i-ss/sun8i-ss.h:251:30: warning: structure containing a flexible array member is not at the end of another structure [-Wflex-array-member-not-at-end] Signed-off-by: Gustavo A. R. Silva <gustavoars@kernel.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'include/linux/node.h')
0 files changed, 0 insertions, 0 deletions