Files
linux/arch/arm/mach-pxa
Arnd Bergmann 09eadda27c 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 <daniel.thompson@linaro.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
2023-07-27 15:39:17 +02:00
..
2023-01-20 11:24:04 +01:00
2022-05-07 22:56:17 +02:00
2022-05-07 22:56:17 +02:00
2022-05-07 22:56:17 +02:00
2023-01-20 11:24:04 +01:00
2023-01-20 11:24:04 +01:00
2023-02-08 22:10:39 +01:00
2022-05-07 22:56:17 +02:00
2023-01-20 11:24:08 +01:00
2023-01-20 11:24:08 +01:00
2023-01-20 11:24:00 +01:00
2023-01-20 11:24:08 +01:00
2022-05-07 22:56:17 +02:00
2022-05-07 22:56:17 +02:00
2023-01-20 11:24:08 +01:00
2022-04-19 16:27:05 +02:00
2022-04-19 16:27:05 +02:00
2022-05-07 22:56:17 +02:00
2022-04-19 16:27:05 +02:00
2022-05-07 22:56:17 +02:00
2022-05-07 22:56:17 +02:00
2022-05-07 22:56:17 +02:00
2022-05-07 22:56:17 +02:00
2022-05-07 22:56:17 +02:00
2015-12-01 21:52:50 +01:00