From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joe Hershberger Date: Fri, 20 Nov 2015 16:19:37 -0600 Subject: [U-Boot] [PATCH 3/3] net: e1000: Mark _disable_wr() and _write_status() as __maybe_unused In-Reply-To: <1447665558-21632-3-git-send-email-bmeng.cn@gmail.com> References: <1447665558-21632-1-git-send-email-bmeng.cn@gmail.com> <1447665558-21632-3-git-send-email-bmeng.cn@gmail.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Mon, Nov 16, 2015 at 3:19 AM, Bin Meng wrote: > 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 Acked-by: Joe Hershberger