diff options
Diffstat (limited to 'include/linux/gpio/consumer.h')
-rw-r--r-- | include/linux/gpio/consumer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/gpio/consumer.h b/include/linux/gpio/consumer.h index 45afc2dee560..ed20759229eb 100644 --- a/include/linux/gpio/consumer.h +++ b/include/linux/gpio/consumer.h | |||
@@ -110,6 +110,7 @@ struct fwnode_handle; | |||
110 | struct gpio_desc *fwnode_get_named_gpiod(struct fwnode_handle *fwnode, | 110 | struct gpio_desc *fwnode_get_named_gpiod(struct fwnode_handle *fwnode, |
111 | const char *propname); | 111 | const char *propname); |
112 | struct gpio_desc *devm_get_gpiod_from_child(struct device *dev, | 112 | struct gpio_desc *devm_get_gpiod_from_child(struct device *dev, |
113 | const char *con_id, | ||
113 | struct fwnode_handle *child); | 114 | struct fwnode_handle *child); |
114 | #else /* CONFIG_GPIOLIB */ | 115 | #else /* CONFIG_GPIOLIB */ |
115 | 116 | ||