commit | 4fec76bcc5357fb10f2f69c1bf1e163db93616f1 | [log] [tgz] |
---|---|---|
author | Ruben Wauters <rubenru09@aol.com> | Sun Jul 13 14:13:50 2025 +0100 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Fri Jul 18 20:52:01 2025 +1000 |
tree | 0a20e06914207f5f5f2bb692c6a2d1d600831e2c | |
parent | 5eb32430df783e212ffed8d35cc494a8941cda0a [diff] |
crypto: jitter - replace ARRAY_SIZE definition with header include The ARRAY_SIZE macro is already defined in linux/array_size.h This patch replaces the ARRAY_SIZE definition in jitterentropy.c with an include, to make the code cleaner, and help reduce the number of duplicate ARRAY_SIZE definitions in the codebase. Signed-off-by: Ruben Wauters <rubenru09@aol.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>