summaryrefslogtreecommitdiff
path: root/include/linux/gpio/driver.h
diff options
context:
space:
mode:
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>2025-07-07 10:42:37 +0300
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>2025-07-07 10:42:37 +0300
commit179a666951d315bd6b47e3016df772956f71231b (patch)
treeefdf8273c8b7522f8d9f1f431069ee05d67a8462 /include/linux/gpio/driver.h
parent527db0a8811697968df30797eae2e1d5f8b6964c (diff)
parent9bad4bec5daddbb296481af759f9d56c849ba96f (diff)
downloadlinux-179a666951d315bd6b47e3016df772956f71231b.tar.xz
Merge tag 'gpio-mmio-remove-bgpio-pdata-for-v6.17-rc1' into gpio/for-next
Immutable branch between GPIO, MFD and ARM-SoC for v6.17-rc1 Remove struct bgpio_pdata after converting its users to generic device properties.
Diffstat (limited to 'include/linux/gpio/driver.h')
-rw-r--r--include/linux/gpio/driver.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/linux/gpio/driver.h b/include/linux/gpio/driver.h
index 97cc75623261..4b984e8f8fcd 100644
--- a/include/linux/gpio/driver.h
+++ b/include/linux/gpio/driver.h
@@ -718,12 +718,6 @@ const unsigned long *gpiochip_query_valid_mask(const struct gpio_chip *gc);
/* get driver data */
void *gpiochip_get_data(struct gpio_chip *gc);
-struct bgpio_pdata {
- const char *label;
- int base;
- int ngpio;
-};
-
#ifdef CONFIG_IRQ_DOMAIN_HIERARCHY
int gpiochip_populate_parent_fwspec_twocell(struct gpio_chip *gc,