The strucuture 'max77620_cfg_param' is defined but never used by the max77620 driver. Remove this structure definition. Signed-off-by: Jon Hunter <jonathanh@xxxxxxxxxx> --- 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 -- To unsubscribe from this list: send the line "unsubscribe linux-gpio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html