diff options
Diffstat (limited to 'kernel/include/linux/gpio.h')
-rw-r--r-- | kernel/include/linux/gpio.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/kernel/include/linux/gpio.h b/kernel/include/linux/gpio.h index ab81339a8..d12b5d566 100644 --- a/kernel/include/linux/gpio.h +++ b/kernel/include/linux/gpio.h @@ -196,13 +196,6 @@ static inline int gpio_export_link(struct device *dev, const char *name, return -EINVAL; } -static inline int gpio_sysfs_set_active_low(unsigned gpio, int value) -{ - /* GPIO can never have been requested */ - WARN_ON(1); - return -EINVAL; -} - static inline void gpio_unexport(unsigned gpio) { /* GPIO can never have been exported */ |