]> git.openfabrics.org - ~shefty/rdma-dev.git/commitdiff
sata_highbank: make ahci_highbank_pm_ops static
authorJingoo Han <jg1.han@samsung.com>
Tue, 19 Mar 2013 01:14:26 +0000 (10:14 +0900)
committerJeff Garzik <jgarzik@redhat.com>
Wed, 3 Apr 2013 23:53:45 +0000 (19:53 -0400)
Make ahci_highbank_pm_ops static because ahci_highbank_pm_ops is
not exported.

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
drivers/ata/sata_highbank.c

index 5dba77ccaa0b9e89badebcad04b2525c7d5e9add..b1ab7d8c396e87f6edc8a70657d1a3ab4f0db732 100644 (file)
@@ -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 = {