diff options
author | John Klug <john.klug@multitech.com> | 2018-05-23 10:14:11 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2018-05-23 10:14:11 -0500 |
commit | c31d619c83ba2a6c7c803082e804d18da657a389 (patch) | |
tree | f1b751dd1f3ae58a6e722b201b0e64b759ae03b4 /io-module/gpio.c | |
parent | 27a24df1a2c713b070559fc5404258d7b691c833 (diff) | |
download | mts-io-c31d619c83ba2a6c7c803082e804d18da657a389.tar.gz mts-io-c31d619c83ba2a6c7c803082e804d18da657a389.tar.bz2 mts-io-c31d619c83ba2a6c7c803082e804d18da657a389.zip |
Merge in global logic mts-io hotspot code.2.0.5
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) { |