From c31d619c83ba2a6c7c803082e804d18da657a389 Mon Sep 17 00:00:00 2001 From: John Klug Date: Wed, 23 May 2018 10:14:11 -0500 Subject: Merge in global logic mts-io hotspot code. --- io-module/gpio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'io-module/gpio.c') 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) { -- cgit v1.2.3