Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b9408975 authored by Sachin Kamat's avatar Sachin Kamat Committed by Linus Walleij
Browse files

pinctrl: samsung: Staticize drvdata_list



'drvdata_list' is used only in this file. Make it static.

Signed-off-by: default avatarSachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 7cc5f970
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;