linux-samsung-r9q2/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 eeprom: at25: allow page sizes greater than 16 bit 2020-08-28 12:08:08 +02:00
flash.h
libertas_spi.h
max7301.h gpio: max730x: Make __max730x_remove() return void 2021-10-13 19:52:26 +02:00
mc33880.h
mmc_spi.h mmc: mmc_spi: Make of_mmc_spi.c resource provider agnostic 2021-04-23 09:29:49 +02:00
mxs-spi.h
pxa2xx_spi.h spi: pxa2xx_spi: Convert to use GPIO descriptors 2022-01-31 15:17:27 +00:00
rspi.h
sh_hspi.h
sh_msiof.h
spi-fsl-dspi.h
spi-mem.h spi: spi-mem: Fix typo (of -> or) 2022-10-10 13:01:19 +01:00
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 spi: oc-tiny: Use GPIO descriptors 2019-12-27 01:08:11 +00:00
tdo24m.h
tle62x0.h
xilinx_spi.h spi: xilinx: add force_irq for QSPI mode 2023-02-14 18:04:59 +00:00