mirror of https://gitee.com/openkylin/linux.git
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>
This commit is contained in:
parent
77401d7fdf
commit
648eb7a1bc
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue