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

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
......@@ -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",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment