From 648eb7a1bc3ceadbb2450272bce5297b7aa3d37e Mon Sep 17 00:00:00 2001 From: Jon Hunter Date: Mon, 13 Jun 2016 13:51:44 +0100 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 Signed-off-by: Linus Walleij --- 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.11.0