diff options
Diffstat (limited to 'include/asm-generic/gpio.h')
-rw-r--r-- | include/asm-generic/gpio.h | 5 |
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 | ||
131 | static 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 | |||
136 | static inline void gpio_unexport(unsigned gpio) | 131 | static inline void gpio_unexport(unsigned gpio) |
137 | { | 132 | { |
138 | gpiod_unexport(gpio_to_desc(gpio)); | 133 | gpiod_unexport(gpio_to_desc(gpio)); |