ARM: ux500: fix pin warning
authorLinus Walleij <linus.walleij@linaro.org>
Thu, 15 Nov 2012 10:47:19 +0000 (11:47 +0100)
committerArnd Bergmann <arnd@arndb.de>
Thu, 15 Nov 2012 12:16:08 +0000 (13:16 +0100)
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>

No differences found