All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] sata_highbank: make ahci_highbank_pm_ops static
@ 2013-03-19  1:14 Jingoo Han
  2013-04-03 23:56 ` Jeff Garzik
  0 siblings, 1 reply; 2+ messages in thread
From: Jingoo Han @ 2013-03-19  1:14 UTC (permalink / raw)
  To: 'Jeff Garzik'; +Cc: linux-ide, 'Jingoo Han'

Make ahci_highbank_pm_ops static because ahci_highbank_pm_ops is
not exported.

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
---
 drivers/ata/sata_highbank.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/ata/sata_highbank.c b/drivers/ata/sata_highbank.c
index 5dba77c..b1ab7d8 100644
--- a/drivers/ata/sata_highbank.c
+++ b/drivers/ata/sata_highbank.c
@@ -418,7 +418,7 @@ static int ahci_highbank_resume(struct device *dev)
 }
 #endif
 
-SIMPLE_DEV_PM_OPS(ahci_highbank_pm_ops,
+static SIMPLE_DEV_PM_OPS(ahci_highbank_pm_ops,
 		  ahci_highbank_suspend, ahci_highbank_resume);
 
 static struct platform_driver ahci_highbank_driver = {
-- 
1.7.2.5



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

* Re: [PATCH] sata_highbank: make ahci_highbank_pm_ops static
  2013-03-19  1:14 [PATCH] sata_highbank: make ahci_highbank_pm_ops static Jingoo Han
@ 2013-04-03 23:56 ` Jeff Garzik
  0 siblings, 0 replies; 2+ messages in thread
From: Jeff Garzik @ 2013-04-03 23:56 UTC (permalink / raw)
  To: Jingoo Han; +Cc: linux-ide

On 03/18/2013 09:14 PM, Jingoo Han wrote:
> Make ahci_highbank_pm_ops static because ahci_highbank_pm_ops is
> not exported.
>
> Signed-off-by: Jingoo Han <jg1.han@samsung.com>
> ---
>   drivers/ata/sata_highbank.c |    2 +-
>   1 files changed, 1 insertions(+), 1 deletions(-)

applied




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

end of thread, other threads:[~2013-04-03 23:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-03-19  1:14 [PATCH] sata_highbank: make ahci_highbank_pm_ops static Jingoo Han
2013-04-03 23:56 ` Jeff Garzik

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.