commit | c9b1c7b34a17742054e2b967f7c126964343e4f2 | [log] [tgz] |
---|---|---|
author | Linus Walleij <linus.walleij@linaro.org> | Thu Nov 15 11:47:19 2012 +0100 |
committer | Arnd Bergmann <arnd@arndb.de> | Thu Nov 15 13:16:08 2012 +0100 |
tree | cfc87ba64e10ae5ba9b5ceabf27d2a62b00097b4 | |
parent | 2cf4726c253cc153faab239697b0c562c6975613 [diff] |
ARM: ux500: fix pin warning Recent pin changes produce this warning: arch/arm/mach-ux500/board-mop500-pins.c:73:22: error: 'out_hi_wkup_pdis' defined but not used [-Werror=unused-variable] Fix this by deleting the offending definition. Reported-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Arnd Bergmann <arnd@arndb.de>