summaryrefslogtreecommitdiff
path: root/include/linux/gpio/property.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/gpio/property.h')
-rw-r--r--include/linux/gpio/property.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/gpio/property.h b/include/linux/gpio/property.h
index 1a14e239221f..0d2209308002 100644
--- a/include/linux/gpio/property.h
+++ b/include/linux/gpio/property.h
@@ -4,7 +4,11 @@
#include <linux/property.h>
+struct software_node;
+
#define PROPERTY_ENTRY_GPIO(_name_, _chip_node_, _idx_, _flags_) \
PROPERTY_ENTRY_REF(_name_, _chip_node_, _idx_, _flags_)
+extern const struct software_node swnode_gpio_undefined;
+
#endif /* __LINUX_GPIO_PROPERTY_H */