diff options
author | Fabio Baltieri <fabio.baltieri@linaro.org> | 2013-03-28 12:21:08 -0400 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2013-04-03 16:49:18 -0400 |
commit | b02ffdf48a860d8e9260fad8a5f87f5bdba5a2af (patch) | |
tree | 2bf37f6938c8caa47745feed8d62eaca0c8ec58f | |
parent | fda8373ce1cca8e6a889760bbb2676e17749f2a5 (diff) |
ARM: ux500: remove redundant DB8500_PIN_SLEEP definition
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>
-rw-r--r-- | arch/arm/mach-ux500/board-mop500-pins.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/mach-ux500/board-mop500-pins.c b/arch/arm/mach-ux500/board-mop500-pins.c index 97f6366c3a26..dc6a480c7078 100644 --- a/arch/arm/mach-ux500/board-mop500-pins.c +++ b/arch/arm/mach-ux500/board-mop500-pins.c | |||
@@ -78,9 +78,6 @@ BIAS(out_wkup_pdis, PIN_SLPM_DIR_OUTPUT|PIN_SLPM_WAKEUP_ENABLE| | |||
78 | PIN_MAP_MUX_GROUP_HOG_DEFAULT("pinctrl-db8500", group, func) | 78 | PIN_MAP_MUX_GROUP_HOG_DEFAULT("pinctrl-db8500", group, func) |
79 | #define DB8500_PIN_HOG(pin,conf) \ | 79 | #define DB8500_PIN_HOG(pin,conf) \ |
80 | PIN_MAP_CONFIGS_PIN_HOG_DEFAULT("pinctrl-db8500", pin, conf) | 80 | PIN_MAP_CONFIGS_PIN_HOG_DEFAULT("pinctrl-db8500", pin, conf) |
81 | #define DB8500_PIN_SLEEP(pin, conf, dev) \ | ||
82 | PIN_MAP_CONFIGS_PIN(dev, PINCTRL_STATE_SLEEP, "pinctrl-db8500", \ | ||
83 | pin, conf) | ||
84 | 81 | ||
85 | /* These are default states associated with device and changed runtime */ | 82 | /* These are default states associated with device and changed runtime */ |
86 | #define DB8500_MUX(group,func,dev) \ | 83 | #define DB8500_MUX(group,func,dev) \ |