summaryrefslogtreecommitdiffstats
path: root/include/asm-generic/gpio.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-generic/gpio.h')
-rw-r--r--include/asm-generic/gpio.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/asm-generic/gpio.h b/include/asm-generic/gpio.h
index 9bb0d11729c9..40ec1433f05d 100644
--- a/include/asm-generic/gpio.h
+++ b/include/asm-generic/gpio.h
@@ -128,11 +128,6 @@ static inline int gpio_export_link(struct device *dev, const char *name,
128 return gpiod_export_link(dev, name, gpio_to_desc(gpio)); 128 return gpiod_export_link(dev, name, gpio_to_desc(gpio));
129} 129}
130 130
131static inline int gpio_sysfs_set_active_low(unsigned gpio, int value)
132{
133 return gpiod_sysfs_set_active_low(gpio_to_desc(gpio), value);
134}
135
136static inline void gpio_unexport(unsigned gpio) 131static inline void gpio_unexport(unsigned gpio)
137{ 132{
138 gpiod_unexport(gpio_to_desc(gpio)); 133 gpiod_unexport(gpio_to_desc(gpio));