[PATCH] gpio-syscon: fix excess struct member build warning
From: Dhruva Gole
Date: Mon Sep 02 2024 - 06:30:35 EST
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@xxxxxx>
---
drivers/gpio/gpio-syscon.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/gpio/gpio-syscon.c b/drivers/gpio/gpio-syscon.c
index 3a90a3a1caea..5ab394ec81e6 100644
--- a/drivers/gpio/gpio-syscon.c
+++ b/drivers/gpio/gpio-syscon.c
@@ -23,7 +23,6 @@
/**
* struct syscon_gpio_data - Configuration for the device.
- * @compatible: SYSCON driver compatible string.
* @flags: Set of GPIO_SYSCON_FEAT_ flags:
* GPIO_SYSCON_FEAT_IN: GPIOs supports input,
* GPIO_SYSCON_FEAT_OUT: GPIOs supports output,
---
base-commit: ecc768a84f0b8e631986f9ade3118fa37852fef0
change-id: 20240902-b4-gpio-fix-1924622fedeb
Best regards,
--
Dhruva Gole <d-gole@xxxxxx>