Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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@nvidia.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>

authored by

Jon Hunter and committed by
Linus Walleij
648eb7a1 77401d7f

-5
-5
drivers/pinctrl/pinctrl-max77620.c
··· 50 50 int mux_option; 51 51 }; 52 52 53 - struct max77620_cfg_param { 54 - const char *property; 55 - enum max77620_pinconf_param param; 56 - }; 57 - 58 53 static const struct pinconf_generic_params max77620_cfg_params[] = { 59 54 { 60 55 .property = "maxim,active-fps-source",