Skip to content

Commit

Permalink
pinctrl: samsung: Remove old unused defines
Browse files Browse the repository at this point in the history
Since 9a2c1c3 ("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>
  • Loading branch information
Krzysztof Kozlowski authored and Linus Walleij committed Jul 17, 2015
1 parent bc0195a commit 5cde07a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions drivers/pinctrl/samsung/pinctrl-samsung.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,6 @@
#include "../core.h"
#include "pinctrl-samsung.h"

#define GROUP_SUFFIX "-grp"
#define GSUFFIX_LEN sizeof(GROUP_SUFFIX)
#define FUNCTION_SUFFIX "-mux"
#define FSUFFIX_LEN sizeof(FUNCTION_SUFFIX)

/* list of all possible config options supported */
static struct pin_config {
const char *property;
Expand Down

0 comments on commit 5cde07a

Please sign in to comment.