summaryrefslogtreecommitdiffstats
path: root/Documentation/mm/damon
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2023-01-18 10:02:12 +0100
committerKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>2023-01-20 08:23:08 +0100
commit5bf52f5e4d12b8109f348cab60cb7d51092c4270 (patch)
tree43b249e8c329aa84731fac6e58f56a339b9b300b /Documentation/mm/damon
parentLinux 6.2-rc1 (diff)
downloadlinux-5bf52f5e4d12b8109f348cab60cb7d51092c4270.tar.xz
linux-5bf52f5e4d12b8109f348cab60cb7d51092c4270.zip
ARM: s3c: fix s3c64xx_set_timer_source prototype
The prototype does not match the definition, as gcc-13 points out: arch/arm/mach-s3c/s3c64xx.c:169:13: error: conflicting types for 's3c64xx_set_timer_source' due to enum/integer mismatch; have 'void(unsigned int, unsigned int)' [-Werror=enum-int-mismatch] 169 | void __init s3c64xx_set_timer_source(unsigned int event, unsigned int source) | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from arch/arm/mach-s3c/s3c64xx.c:50: arch/arm/mach-s3c/s3c64xx.h:62:20: note: previous declaration of 's3c64xx_set_timer_source' with type 'void(enum s3c64xx_timer_mode, enum s3c64xx_timer_mode)' 62 | extern void __init s3c64xx_set_timer_source(enum s3c64xx_timer_mode event, | ^~~~~~~~~~~~~~~~~~~~~~~~ Fixes: 4280506ac9bb ("ARM: SAMSUNG: Move all platforms to new clocksource driver") Signed-off-by: Arnd Bergmann <arnd@arndb.de> Link: https://lore.kernel.org/r/20230118090224.2162863-1-arnd@kernel.org Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions