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
..
2022-04-19 21:34:06 +02:00
2019-06-12 20:27:45 +02:00
2022-05-07 22:56:17 +02:00
2023-01-20 11:24:08 +01:00
2023-01-20 11:24:04 +01:00
2022-05-07 22:56:17 +02:00
2023-05-26 13:33:05 +02:00
2023-07-06 10:06:04 -07:00
2022-05-07 22:56:17 +02:00
2023-04-14 14:58:41 +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-05-26 13:33:05 +02:00
2022-05-07 22:56:16 +02:00
2022-05-07 22:56:17 +02:00
2022-05-07 22:56:16 +02:00
2023-01-20 11:24:08 +01:00
2017-11-02 11:10:55 +01:00
2019-06-19 17:09:55 +02: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
2022-05-07 22:56:17 +02:00
2023-01-20 11:24:00 +01:00
2022-05-07 22:56:17 +02:00
2023-01-20 11:24:08 +01:00
2022-05-07 22:56:17 +02:00
2023-06-29 15:28:33 -07:00
2022-05-07 22:56:17 +02:00
2022-04-19 16:27:05 +02:00
2023-06-29 15:28:33 -07:00
2023-01-20 11:24:08 +01:00
2022-04-19 16:27:05 +02:00
2017-11-02 11:10:55 +01:00
2022-04-19 16:27:05 +02:00
2017-11-02 11:10:55 +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
2022-04-19 16:27:05 +02:00
2023-05-26 13:33:05 +02:00
2022-05-07 22:56:17 +02:00
2023-03-17 16:03:57 +01:00
2023-07-27 15:39: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
2023-07-27 15:39:17 +02:00
2023-06-29 10:11:10 -07:00
2022-05-07 22:56:17 +02:00
2022-06-10 14:51:35 +02:00
2015-12-01 21:52:50 +01:00