diff mbox

pinctrl: max77620: Remove unused structure definition

Message ID 1465822304-16493-1-git-send-email-jonathanh@nvidia.com
State New
Headers show

Commit Message

Jon Hunter June 13, 2016, 12:51 p.m. UTC
The strucuture 'max77620_cfg_param' is defined but never used by the
max77620 driver. Remove this structure definition.

Signed-off-by: Jon Hunter <jonathanh@nvidia.com>
---
 drivers/pinctrl/pinctrl-max77620.c | 5 -----
 1 file changed, 5 deletions(-)

Comments

Linus Walleij June 14, 2016, 6:51 a.m. UTC | #1
On Mon, Jun 13, 2016 at 2:51 PM, Jon Hunter <jonathanh@nvidia.com> wrote:

> The strucuture 'max77620_cfg_param' is defined but never used by the
> max77620 driver. Remove this structure definition.
>
> Signed-off-by: Jon Hunter <jonathanh@nvidia.com>

Patch applied.

Yours,
Linus Walleij
--
To unsubscribe from this list: send the line "unsubscribe linux-gpio" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

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",