diff options
author | John Klug <john.klug@multitech.com> | 2018-10-15 14:09:53 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2018-10-15 14:09:53 -0500 |
commit | 75f812b964c388cd1e41d5dd77d48ad82b32ec38 (patch) | |
tree | a720efda2928df276fb382e890cab2ad947e24d0 /io-module/mths.c | |
parent | d2a70d9285ca3339fa9df44b83cfe9bc0d5ce8b7 (diff) | |
download | mts-io-75f812b964c388cd1e41d5dd77d48ad82b32ec38.tar.gz mts-io-75f812b964c388cd1e41d5dd77d48ad82b32ec38.tar.bz2 mts-io-75f812b964c388cd1e41d5dd77d48ad82b32ec38.zip |
Remove mtac cards. mts-io version 3.0.03.0.0
Diffstat (limited to 'io-module/mths.c')
-rw-r--r-- | io-module/mths.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/io-module/mths.c b/io-module/mths.c index 224e918..36f4325 100644 --- a/io-module/mths.c +++ b/io-module/mths.c @@ -560,9 +560,6 @@ static DEVICE_ATTR_MTS(dev_attr_led_bt_gpio_mths, "led-bt", static DEVICE_ATTR_MTS(dev_attr_led_f_gpio_mths, "led-f", mts_attr_show_gpio_pin, mts_attr_store_gpio_pin); -static DEVICE_ATTR_MTS(dev_attr_led_e_gpio_mths, "led-e", - mts_attr_show_gpio_pin, mts_attr_store_gpio_pin); - static DEVICE_ATTR_RO_MTS(dev_attr_wifi_mac_mths, "mac-wifi", mts_attr_show_product_info); |