aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/c++/clang.cpp
diff options
context:
space:
mode:
authorArnd Bergmann <[email protected]>2023-03-19 21:29:28 +0000
committerArnd Bergmann <[email protected]>2023-07-27 13:39:17 +0000
commit09eadda27ca4afc3f560efea265bbe7a93ef786d (patch)
treee529d0293cc38b1f1a1c06db2aef7c02c85d4571 /tools/perf/util/c++/clang.cpp
parentdt-bindings: serial: atmel,at91-usart: update compatible for sam9x60 (diff)
downloadkernel-09eadda27ca4afc3f560efea265bbe7a93ef786d.tar.gz
kernel-09eadda27ca4afc3f560efea265bbe7a93ef786d.zip
backlight: corgi_lcd: fix missing prototype
The corgi_lcd_limit_intensity() function is called from platform and defined in a driver, but the driver does not see the declaration: drivers/video/backlight/corgi_lcd.c:434:6: error: no previous prototype for 'corgi_lcd_limit_intensity' [-Werror=missing-prototypes] 434 | void corgi_lcd_limit_intensity(int limit) Move the prototype into a header that can be included from both sides to shut up the warning. Reviewed-by: Daniel Thompson <[email protected]> Signed-off-by: Arnd Bergmann <[email protected]>
Diffstat (limited to 'tools/perf/util/c++/clang.cpp')
0 files changed, 0 insertions, 0 deletions