All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] pinctrl: zynq: add static to platform_driver remove callback
@ 2015-05-15  3:31 ` Masahiro Yamada
  0 siblings, 0 replies; 8+ messages in thread
From: Masahiro Yamada @ 2015-05-15  3:31 UTC (permalink / raw)
  To: linux-gpio
  Cc: Masahiro Yamada, Sören Brinkmann, Michal Simek,
	Linus Walleij, linux-kernel, linux-arm-kernel

This function is only referenced in this file.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
---

 drivers/pinctrl/pinctrl-zynq.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/pinctrl/pinctrl-zynq.c b/drivers/pinctrl/pinctrl-zynq.c
index 22280bd..3d5453a 100644
--- a/drivers/pinctrl/pinctrl-zynq.c
+++ b/drivers/pinctrl/pinctrl-zynq.c
@@ -1149,7 +1149,7 @@ static int zynq_pinctrl_probe(struct platform_device *pdev)
 	return 0;
 }
 
-int zynq_pinctrl_remove(struct platform_device *pdev)
+static int zynq_pinctrl_remove(struct platform_device *pdev)
 {
 	struct zynq_pinctrl *pctrl = platform_get_drvdata(pdev);
 
-- 
1.9.1

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

* [PATCH] pinctrl: zynq: add static to platform_driver remove callback
@ 2015-05-15  3:31 ` Masahiro Yamada
  0 siblings, 0 replies; 8+ messages in thread
From: Masahiro Yamada @ 2015-05-15  3:31 UTC (permalink / raw)
  To: linux-arm-kernel

This function is only referenced in this file.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
---

 drivers/pinctrl/pinctrl-zynq.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/pinctrl/pinctrl-zynq.c b/drivers/pinctrl/pinctrl-zynq.c
index 22280bd..3d5453a 100644
--- a/drivers/pinctrl/pinctrl-zynq.c
+++ b/drivers/pinctrl/pinctrl-zynq.c
@@ -1149,7 +1149,7 @@ static int zynq_pinctrl_probe(struct platform_device *pdev)
 	return 0;
 }
 
-int zynq_pinctrl_remove(struct platform_device *pdev)
+static int zynq_pinctrl_remove(struct platform_device *pdev)
 {
 	struct zynq_pinctrl *pctrl = platform_get_drvdata(pdev);
 
-- 
1.9.1

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

* Re: [PATCH] pinctrl: zynq: add static to platform_driver remove callback
  2015-05-15  3:31 ` Masahiro Yamada
  (?)
@ 2015-05-15  3:45   ` Sören Brinkmann
  -1 siblings, 0 replies; 8+ messages in thread
From: Sören Brinkmann @ 2015-05-15  3:45 UTC (permalink / raw)
  To: Masahiro Yamada
  Cc: linux-gpio, Michal Simek, Linus Walleij, linux-kernel, linux-arm-kernel

On Fri, 2015-05-15 at 12:31PM +0900, Masahiro Yamada wrote:
> This function is only referenced in this file.
> 
> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Reviewed-by: Sören Brinkmann <soren.brinkmann@xilinx.com>

	Sören
--
To unsubscribe from this list: send the line "unsubscribe linux-gpio" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* Re: [PATCH] pinctrl: zynq: add static to platform_driver remove callback
@ 2015-05-15  3:45   ` Sören Brinkmann
  0 siblings, 0 replies; 8+ messages in thread
From: Sören Brinkmann @ 2015-05-15  3:45 UTC (permalink / raw)
  To: Masahiro Yamada
  Cc: linux-gpio, Michal Simek, Linus Walleij, linux-kernel, linux-arm-kernel

On Fri, 2015-05-15 at 12:31PM +0900, Masahiro Yamada wrote:
> This function is only referenced in this file.
> 
> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Reviewed-by: Sören Brinkmann <soren.brinkmann@xilinx.com>

	Sören

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

* [PATCH] pinctrl: zynq: add static to platform_driver remove callback
@ 2015-05-15  3:45   ` Sören Brinkmann
  0 siblings, 0 replies; 8+ messages in thread
From: Sören Brinkmann @ 2015-05-15  3:45 UTC (permalink / raw)
  To: linux-arm-kernel

On Fri, 2015-05-15 at 12:31PM +0900, Masahiro Yamada wrote:
> This function is only referenced in this file.
> 
> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Reviewed-by: S?ren Brinkmann <soren.brinkmann@xilinx.com>

	S?ren

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

* Re: [PATCH] pinctrl: zynq: add static to platform_driver remove callback
  2015-05-15  3:31 ` Masahiro Yamada
  (?)
@ 2015-05-19  9:29   ` Linus Walleij
  -1 siblings, 0 replies; 8+ messages in thread
From: Linus Walleij @ 2015-05-19  9:29 UTC (permalink / raw)
  To: Masahiro Yamada
  Cc: linux-gpio, Sören Brinkmann, Michal Simek, linux-kernel,
	linux-arm-kernel

On Fri, May 15, 2015 at 5:31 AM, Masahiro Yamada
<yamada.masahiro@socionext.com> wrote:

> This function is only referenced in this file.
>
> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>

Patch applied with Sören's review tag.

Yours,
Linus Walleij
--
To unsubscribe from this list: send the line "unsubscribe linux-gpio" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* Re: [PATCH] pinctrl: zynq: add static to platform_driver remove callback
@ 2015-05-19  9:29   ` Linus Walleij
  0 siblings, 0 replies; 8+ messages in thread
From: Linus Walleij @ 2015-05-19  9:29 UTC (permalink / raw)
  To: Masahiro Yamada
  Cc: linux-gpio, Sören Brinkmann, Michal Simek, linux-kernel,
	linux-arm-kernel

On Fri, May 15, 2015 at 5:31 AM, Masahiro Yamada
<yamada.masahiro@socionext.com> wrote:

> This function is only referenced in this file.
>
> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>

Patch applied with Sören's review tag.

Yours,
Linus Walleij

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

* [PATCH] pinctrl: zynq: add static to platform_driver remove callback
@ 2015-05-19  9:29   ` Linus Walleij
  0 siblings, 0 replies; 8+ messages in thread
From: Linus Walleij @ 2015-05-19  9:29 UTC (permalink / raw)
  To: linux-arm-kernel

On Fri, May 15, 2015 at 5:31 AM, Masahiro Yamada
<yamada.masahiro@socionext.com> wrote:

> This function is only referenced in this file.
>
> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>

Patch applied with S?ren's review tag.

Yours,
Linus Walleij

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

end of thread, other threads:[~2015-05-19  9:29 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-05-15  3:31 [PATCH] pinctrl: zynq: add static to platform_driver remove callback Masahiro Yamada
2015-05-15  3:31 ` Masahiro Yamada
2015-05-15  3:45 ` Sören Brinkmann
2015-05-15  3:45   ` Sören Brinkmann
2015-05-15  3:45   ` Sören Brinkmann
2015-05-19  9:29 ` Linus Walleij
2015-05-19  9:29   ` Linus Walleij
2015-05-19  9:29   ` Linus Walleij

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.