]> git.ipfire.org Git - people/ms/u-boot.git/commit
gw_ventana: Fix unused variable warnings
authorTom Rini <trini@konsulko.com>
Tue, 9 May 2017 02:14:25 +0000 (22:14 -0400)
committerTom Rini <trini@konsulko.com>
Fri, 12 May 2017 12:37:26 +0000 (08:37 -0400)
commit9ba8b9bdd7caa9c8821b10a6ecbb98c792905ec5
treef8b0bb686e74175785ae7b186666830a660f9361
parent687175946c31f45064f7ea0286425c9904b145b6
gw_ventana: Fix unused variable warnings

The variable nfc_pads is only referenced when CONFIG_CMD_NAND is set,
move the existing guard and drop a now redundant comment.  The variable
gwproto_gpio_pads is never referenced, remove it.

Cc: Tim Harvey <tharvey@gateworks.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
board/gateworks/gw_ventana/common.c
board/gateworks/gw_ventana/gw_ventana.c