linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] pinctrl: max77620: Remove unused structure definition
@ 2016-06-13 12:51 Jon Hunter
  2016-06-14  6:51 ` Linus Walleij
  0 siblings, 1 reply; 2+ messages in thread
From: Jon Hunter @ 2016-06-13 12:51 UTC (permalink / raw)
  To: Linus Walleij; +Cc: linux-gpio, linux-kernel, Laxman Dewangan, 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 <jonathanh@nvidia.com>
---
 drivers/pinctrl/pinctrl-max77620.c | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/drivers/pinctrl/pinctrl-max77620.c b/drivers/pinctrl/pinctrl-max77620.c
index 19005a01b667..d9ff53e8f715 100644
--- a/drivers/pinctrl/pinctrl-max77620.c
+++ b/drivers/pinctrl/pinctrl-max77620.c
@@ -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",
-- 
2.1.4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] pinctrl: max77620: Remove unused structure definition
  2016-06-13 12:51 [PATCH] pinctrl: max77620: Remove unused structure definition Jon Hunter
@ 2016-06-14  6:51 ` Linus Walleij
  0 siblings, 0 replies; 2+ messages in thread
From: Linus Walleij @ 2016-06-14  6:51 UTC (permalink / raw)
  To: Jon Hunter; +Cc: linux-gpio, linux-kernel, Laxman Dewangan

On Mon, Jun 13, 2016 at 2:51 PM, Jon Hunter <jonathanh@nvidia.com> wrote:

> 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>

Patch applied.

Yours,
Linus Walleij

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-06-14  6:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-13 12:51 [PATCH] pinctrl: max77620: Remove unused structure definition Jon Hunter
2016-06-14  6:51 ` Linus Walleij

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).