diff options
Diffstat (limited to 'io-module/gpio.c')
-rw-r--r-- | io-module/gpio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/io-module/gpio.c b/io-module/gpio.c index 9e643a4..a01e979 100644 --- a/io-module/gpio.c +++ b/io-module/gpio.c @@ -43,7 +43,7 @@ struct gpio_pin *gpio_pin_by_attr_name(const char *name) { return NULL; } -static ssize_t mts_attr_show_gpio_pin(struct device *dev, +ssize_t mts_attr_show_gpio_pin(struct device *dev, struct device_attribute *attr, char *buf) { |