diff options
author | Arnd Bergmann <arnd@arndb.de> | 2025-03-05 22:14:02 +0100 |
---|---|---|
committer | Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> | 2025-03-06 19:10:17 +0100 |
commit | 4c57930f68d90e0d52c396d058cfa9ed8447a6c4 (patch) | |
tree | 49f66440e3760052c4f16e38f27e1c720aaa5ba9 /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | 13a24175005fad410464bee482ed58af144ba250 (diff) |
soc: samsung: include linux/array_size.h where needed
This does not necessarily get included through asm/io.h:
drivers/soc/samsung/exynos3250-pmu.c:120:18: error: use of undeclared identifier 'ARRAY_SIZE'
120 | for (i = 0; i < ARRAY_SIZE(exynos3250_list_feed); i++) {
| ^
drivers/soc/samsung/exynos5250-pmu.c:162:18: error: use of undeclared identifier 'ARRAY_SIZE'
162 | for (i = 0; i < ARRAY_SIZE(exynos5_list_both_cnt_feed); i++) {
| ^
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Link: https://lore.kernel.org/r/20250305211446.43772-1-arnd@kernel.org
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions