Home
last modified time | relevance | path

Searched hist:"140 bc33e05382545b762ef51d6fc31dd5b6ec82c" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/drivers/net/
H A De1000_spi.c140bc33e05382545b762ef51d6fc31dd5b6ec82c Mon Nov 16 09:19:18 UTC 2015 Bin Meng <bmeng.cn@gmail.com> 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>