]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - include/linux/gpio/driver.h
gpio: move the pin ranges into gpio_device
[karo-tx-linux.git] / include / linux / gpio / driver.h
index 41c6144c473b1c8d2abd7be7b617044bedab4cc1..e2a934ce3e641736abd1183ea17c202c8310a3ad 100644 (file)
@@ -181,15 +181,6 @@ struct gpio_chip {
        int (*of_xlate)(struct gpio_chip *gc,
                        const struct of_phandle_args *gpiospec, u32 *flags);
 #endif
-#ifdef CONFIG_PINCTRL
-       /*
-        * If CONFIG_PINCTRL is enabled, then gpio controllers can optionally
-        * describe the actual pin range which they serve in an SoC. This
-        * information would be used by pinctrl subsystem to configure
-        * corresponding pins for gpio usage.
-        */
-       struct list_head pin_ranges;
-#endif
 };
 
 extern const char *gpiochip_is_requested(struct gpio_chip *chip,