]> git.ipfire.org Git - thirdparty/linux.git/blobdiff - include/linux/gpio/driver.h
Merge tag 'pinctrl-v6.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw...
[thirdparty/linux.git] / include / linux / gpio / driver.h
index 26a808fb8a25964e9d13d6c83fa091b602223709..ccd8a512d8546583bbd029034442dce278bb1533 100644 (file)
@@ -518,18 +518,6 @@ struct gpio_chip {
         */
        int (*of_xlate)(struct gpio_chip *gc,
                        const struct of_phandle_args *gpiospec, u32 *flags);
-
-       /**
-        * @of_gpio_ranges_fallback:
-        *
-        * Optional hook for the case that no gpio-ranges property is defined
-        * within the device tree node "np" (usually DT before introduction
-        * of gpio-ranges). So this callback is helpful to provide the
-        * necessary backward compatibility for the pin ranges.
-        */
-       int (*of_gpio_ranges_fallback)(struct gpio_chip *gc,
-                                      struct device_node *np);
-
 #endif /* CONFIG_OF_GPIO */
 };