Skip to content

Commit

Permalink
pinctrl: samsung: Staticize drvdata_list
Browse files Browse the repository at this point in the history
'drvdata_list' is used only in this file. Make it static.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
  • Loading branch information
Sachin Kamat authored and Linus Walleij committed Jun 24, 2013
1 parent 7cc5f97 commit b940897
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/pinctrl/pinctrl-samsung.c
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ static struct pin_config {
};

/* Global list of devices (struct samsung_pinctrl_drv_data) */
LIST_HEAD(drvdata_list);
static LIST_HEAD(drvdata_list);

static unsigned int pin_base;

Expand Down

0 comments on commit b940897

Please sign in to comment.