commit | 140bc33e05382545b762ef51d6fc31dd5b6ec82c | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Mon Nov 16 01:19:18 2015 -0800 |
committer | Joe Hershberger <joe.hershberger@ni.com> | Mon Dec 21 20:01:57 2015 -0600 |
tree | 28944581ae991cd0cc892892ade812e50003cd11 | |
parent | c65a5f4f7f50ad2e8ed0d0963eb238551c5d6b65 [diff] |
net: e1000: Mark _disable_wr() and _write_status() as __maybe_unused Per the comments, e1000_spi_eeprom_disable_wr() and e1000_spi_eeprom_write_status() have been tested. Remove the #if 0, #endif and mark them as __maybe_unused. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Joe Hershberger <joe.hershberger@ni.com>