]> www.infradead.org Git - users/jedix/linux-maple.git/commit
gpio: syscon: fix excess struct member build warning
authorDhruva Gole <d-gole@ti.com>
Mon, 2 Sep 2024 10:30:02 +0000 (16:00 +0530)
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Mon, 2 Sep 2024 10:35:59 +0000 (12:35 +0200)
commitc10c762f76b8cbce165bef9dfd33e6a0d9e52ba7
treed81099fb04ddcc6a94d50d6bc0b01d46082dbb3a
parentece70e79868c75d946819db4fba095c8c96ddb32
gpio: syscon: fix excess struct member build warning

Fix the build warning with W=1 flag,
"Excess struct member 'compatible' description in 'syscon_gpio_data' "
by removing the documentation for the non existent member.

Signed-off-by: Dhruva Gole <d-gole@ti.com>
Link: https://lore.kernel.org/r/20240902-b4-gpio-fix-v1-1-49a997994fa5@ti.com
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
drivers/gpio/gpio-syscon.c