linux-stable/include/linux/spi
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
..
ad7877.h
ads7846.h Input: ads7846 - Convert to use software nodes 2023-05-24 15:01:30 +02:00
altera.h spi: altera: switch to use modern name 2022-12-29 13:22:03 +00:00
at73c213.h
corgi_lcd.h backlight: corgi_lcd: fix missing prototype 2023-07-27 15:39:17 +02:00
ds1305.h
eeprom.h
flash.h
libertas_spi.h
max7301.h
mc33880.h
mmc_spi.h
mxs-spi.h
pxa2xx_spi.h
rspi.h
sh_hspi.h
sh_msiof.h
spi-fsl-dspi.h
spi-mem.h
spi.h spi: Create a helper to derive adaptive timeouts 2023-06-22 15:03:18 +01:00
spi_bitbang.h
spi_gpio.h
spi_oc_tiny.h
tdo24m.h
tle62x0.h
xilinx_spi.h spi: xilinx: add force_irq for QSPI mode 2023-02-14 18:04:59 +00:00