[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1465822304-16493-1-git-send-email-jonathanh@nvidia.com>
Date: Mon, 13 Jun 2016 13:51:44 +0100
From: Jon Hunter <jonathanh@...dia.com>
To: Linus Walleij <linus.walleij@...aro.org>
CC: <linux-gpio@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
"Laxman Dewangan" <ldewangan@...dia.com>,
Jon Hunter <jonathanh@...dia.com>
Subject: [PATCH] pinctrl: max77620: Remove unused structure definition
The strucuture 'max77620_cfg_param' is defined but never used by the
max77620 driver. Remove this structure definition.
Signed-off-by: Jon Hunter <jonathanh@...dia.com>
---
drivers/pinctrl/pinctrl-max77620.c | 5 -----
1 file changed, 5 deletions(-)
diff --git a/drivers/pinctrl/pinctrl-max77620.c b/drivers/pinctrl/pinctrl-max77620.c
index 19005a01b667..d9ff53e8f715 100644
--- a/drivers/pinctrl/pinctrl-max77620.c
+++ b/drivers/pinctrl/pinctrl-max77620.c
@@ -50,11 +50,6 @@ struct max77620_pin_function {
int mux_option;
};
-struct max77620_cfg_param {
- const char *property;
- enum max77620_pinconf_param param;
-};
-
static const struct pinconf_generic_params max77620_cfg_params[] = {
{
.property = "maxim,active-fps-source",
--
2.1.4
Powered by blists - more mailing lists