Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 648eb7a1 authored by Jon Hunter's avatar Jon Hunter Committed by Linus Walleij
Browse files

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: default avatarJon Hunter <jonathanh@nvidia.com>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 77401d7f
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -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",