mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] mfd: max77693: Staticise pm_ops
@ 2012-06-05 15:15 Mark Brown
  2012-06-29 16:19 ` Samuel Ortiz
  0 siblings, 1 reply; 2+ messages in thread
From: Mark Brown @ 2012-06-05 15:15 UTC (permalink / raw)
  To: Myungjoo Ham, Samuel Ortiz; +Cc: linux-kernel, Mark Brown

They're not referenced outside this file.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
---
 drivers/mfd/max77693.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/mfd/max77693.c b/drivers/mfd/max77693.c
index e9e4278..753a0e0 100644
--- a/drivers/mfd/max77693.c
+++ b/drivers/mfd/max77693.c
@@ -215,7 +215,7 @@ static int max77693_resume(struct device *dev)
 	return max77693_irq_resume(max77693);
 }
 
-const struct dev_pm_ops max77693_pm = {
+static const struct dev_pm_ops max77693_pm = {
 	.suspend = max77693_suspend,
 	.resume = max77693_resume,
 };
-- 
1.7.10


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

* Re: [PATCH] mfd: max77693: Staticise pm_ops
  2012-06-05 15:15 [PATCH] mfd: max77693: Staticise pm_ops Mark Brown
@ 2012-06-29 16:19 ` Samuel Ortiz
  0 siblings, 0 replies; 2+ messages in thread
From: Samuel Ortiz @ 2012-06-29 16:19 UTC (permalink / raw)
  To: Mark Brown; +Cc: Myungjoo Ham, linux-kernel

Hi Mark,

On Tue, Jun 05, 2012 at 04:15:59PM +0100, Mark Brown wrote:
> They're not referenced outside this file.
> 
> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
> ---
>  drivers/mfd/max77693.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
Thanks, applied.

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:[~2012-06-29 16:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-06-05 15:15 [PATCH] mfd: max77693: Staticise pm_ops Mark Brown
2012-06-29 16:19 ` Samuel Ortiz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome