Re: [PATCH] pinctrl: max77620: Remove unused structure definition

2016-06-13 Thread Linus Walleij
On Mon, Jun 13, 2016 at 2:51 PM, Jon Hunter wrote: > The strucuture 'max77620_cfg_param' is defined but never used by the > max77620 driver. Remove this structure definition. > > Signed-off-by: Jon Hunter Patch applied. Yours, Linus Walleij

[PATCH] pinctrl: max77620: Remove unused structure definition

2016-06-13 Thread Jon Hunter
The strucuture 'max77620_cfg_param' is defined but never used by the max77620 driver. Remove this structure definition. Signed-off-by: Jon Hunter --- drivers/pinctrl/pinctrl-max77620.c | 5 - 1 file changed, 5 deletions(-) diff --git a/drivers/pinctrl/pinctrl-max77620.c b/drivers/pinctrl/p