aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/gpio/consumer.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/gpio/consumer.h')
-rw-r--r--include/linux/gpio/consumer.h1
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;
110struct gpio_desc *fwnode_get_named_gpiod(struct fwnode_handle *fwnode, 110struct gpio_desc *fwnode_get_named_gpiod(struct fwnode_handle *fwnode,
111 const char *propname); 111 const char *propname);
112struct gpio_desc *devm_get_gpiod_from_child(struct device *dev, 112struct 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