linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] mfd: jz4740-adc: Make jz4740_adc_driver static
@ 2011-09-19 14:19 Lars-Peter Clausen
  2011-09-20  8:34 ` Samuel Ortiz
  0 siblings, 1 reply; 2+ messages in thread
From: Lars-Peter Clausen @ 2011-09-19 14:19 UTC (permalink / raw)
  To: Samuel Ortiz; +Cc: linux-kernel, Lars-Peter Clausen

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
---
 drivers/mfd/jz4740-adc.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/mfd/jz4740-adc.c b/drivers/mfd/jz4740-adc.c
index 563654c..1e9ee53 100644
--- a/drivers/mfd/jz4740-adc.c
+++ b/drivers/mfd/jz4740-adc.c
@@ -328,7 +328,7 @@ static int __devexit jz4740_adc_remove(struct platform_device *pdev)
 	return 0;
 }
 
-struct platform_driver jz4740_adc_driver = {
+static struct platform_driver jz4740_adc_driver = {
 	.probe	= jz4740_adc_probe,
 	.remove = __devexit_p(jz4740_adc_remove),
 	.driver = {
-- 
1.7.2.5


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

* Re: [PATCH] mfd: jz4740-adc: Make jz4740_adc_driver static
  2011-09-19 14:19 [PATCH] mfd: jz4740-adc: Make jz4740_adc_driver static Lars-Peter Clausen
@ 2011-09-20  8:34 ` Samuel Ortiz
  0 siblings, 0 replies; 2+ messages in thread
From: Samuel Ortiz @ 2011-09-20  8:34 UTC (permalink / raw)
  To: Lars-Peter Clausen; +Cc: linux-kernel

Hi Lars,

On Mon, Sep 19, 2011 at 04:19:09PM +0200, Lars-Peter Clausen wrote:
> Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
> ---
>  drivers/mfd/jz4740-adc.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
Thanks, applied to my for-next branch.

Cheers,
Samuel.

-- 
Intel Open Source Technology Centre
http://oss.intel.com/

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

end of thread, other threads:[~2011-09-20  8:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-19 14:19 [PATCH] mfd: jz4740-adc: Make jz4740_adc_driver static Lars-Peter Clausen
2011-09-20  8:34 ` Samuel Ortiz

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