diff options
author | Krzysztof Kozlowski <k.kozlowski@samsung.com> | 2015-06-15 00:54:29 -0400 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2015-07-17 03:55:55 -0400 |
commit | 5cde07abcbc57b3430b044cb2cf028d97d7a7254 (patch) | |
tree | 0a27a79c69aa8954c4de9e1f849f1eca4de3fdf5 | |
parent | bc0195aad0daa2ad5b0d76cce22b167bc3435590 (diff) |
pinctrl: samsung: Remove old unused defines
Since 9a2c1c3b91aa ("pinctrl: samsung: Allow grouping multiple
pinmux/pinconf nodes") the defines for GPIO group and function names are
not used anywhere in the driver.
Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Inspired-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
-rw-r--r-- | drivers/pinctrl/samsung/pinctrl-samsung.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/pinctrl/samsung/pinctrl-samsung.c b/drivers/pinctrl/samsung/pinctrl-samsung.c index 3dd5a3b2ac62..c760bf43d116 100644 --- a/drivers/pinctrl/samsung/pinctrl-samsung.c +++ b/drivers/pinctrl/samsung/pinctrl-samsung.c | |||
@@ -33,11 +33,6 @@ | |||
33 | #include "../core.h" | 33 | #include "../core.h" |
34 | #include "pinctrl-samsung.h" | 34 | #include "pinctrl-samsung.h" |
35 | 35 | ||
36 | #define GROUP_SUFFIX "-grp" | ||
37 | #define GSUFFIX_LEN sizeof(GROUP_SUFFIX) | ||
38 | #define FUNCTION_SUFFIX "-mux" | ||
39 | #define FSUFFIX_LEN sizeof(FUNCTION_SUFFIX) | ||
40 | |||
41 | /* list of all possible config options supported */ | 36 | /* list of all possible config options supported */ |
42 | static struct pin_config { | 37 | static struct pin_config { |
43 | const char *property; | 38 | const char *property; |