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/mtr.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/mtr.c')
-rw-r--r-- | io-module/mtr.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/io-module/mtr.c b/io-module/mtr.c index cb9de17..7dfc49c 100644 --- a/io-module/mtr.c +++ b/io-module/mtr.c @@ -1476,12 +1476,6 @@ static DEVICE_ATTR_RO_MTS(dev_attr_radio_wm_lk_m, "radio-wm-lk-m", mts_attr_show_gpio_pin); -static int -is_radio_power_attr_mtr(struct attribute *attr) -{ - return (attr == &dev_attr_radio_power_mtr.attr); -} - static struct attribute *mtr_platform_attributes[] = { &dev_attr_vendor_id.attr, &dev_attr_product_id.attr, |