ARM: ux500: remove redundant DB8500_PIN_SLEEP definition
authorFabio Baltieri <fabio.baltieri@linaro.org>
Thu, 28 Mar 2013 16:21:08 +0000 (17:21 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Wed, 3 Apr 2013 20:49:18 +0000 (22:49 +0200)
DB8500_PIN_SLEEP was defined twice, drop one of the two.

Signed-off-by: Fabio Baltieri <fabio.baltieri@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
arch/arm/mach-ux500/board-mop500-pins.c

index 97f6366c3a26e97ebae15fae482f51fe073b50e8..dc6a480c70786c1bf43317443e74492c079bbdd6 100644 (file)
@@ -78,9 +78,6 @@ BIAS(out_wkup_pdis, PIN_SLPM_DIR_OUTPUT|PIN_SLPM_WAKEUP_ENABLE|
        PIN_MAP_MUX_GROUP_HOG_DEFAULT("pinctrl-db8500", group, func)
 #define DB8500_PIN_HOG(pin,conf) \
        PIN_MAP_CONFIGS_PIN_HOG_DEFAULT("pinctrl-db8500", pin, conf)
-#define DB8500_PIN_SLEEP(pin, conf, dev) \
-       PIN_MAP_CONFIGS_PIN(dev, PINCTRL_STATE_SLEEP, "pinctrl-db8500", \
-                           pin, conf)
 
 /* These are default states associated with device and changed runtime */
 #define DB8500_MUX(group,func,dev) \