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