linux/arch/arm/mach-omap1
Maciej Falkowski 7c302314f3 ARM: OMAP1: isp1301-omap: Add missing gpiod_add_lookup_table function
The gpiod table was added without any usage making it unused
as reported by Clang compilation from omap1_defconfig on linux-next:

arch/arm/mach-omap1/board-h2.c:347:34: warning: unused variable
'isp1301_gpiod_table' [-Wunused-variable]
static struct gpiod_lookup_table isp1301_gpiod_table = {
                                 ^
1 warning generated.

The patch adds the missing gpiod_add_lookup_table() function.

Signed-off-by: Maciej Falkowski <maciej.falkowski9@gmail.com>
Fixes: f3ef38160e3d ("usb: isp1301-omap: Convert to use GPIO descriptors")
Link: https://github.com/ClangBuiltLinux/linux/issues/1325
Signed-off-by: Tony Lindgren <tony@atomide.com>
2021-05-18 09:44:41 +03:00
..
2020-10-24 10:33:08 -07:00
2012-10-31 15:37:14 -07:00
2015-07-28 13:58:13 +02:00
2018-12-31 17:27:54 -08:00
2012-10-31 15:37:14 -07:00
2012-10-31 15:37:14 -07:00