summaryrefslogtreecommitdiffstats
path: root/drivers/ata/sata_highbank.c
diff options
context:
space:
mode:
authorJingoo Han <jg1.han@samsung.com>2013-03-19 10:14:26 +0900
committerJeff Garzik <jgarzik@redhat.com>2013-04-03 19:53:45 -0400
commitb1a72d600a5acb93c1831865d72a6a90bfd7bcbf (patch)
tree20e4f8405e3c379f69ad0e7627f9ccb12bcdf44b /drivers/ata/sata_highbank.c
parentb1cbe7d6214042a6f08da7295757023938bcfdac (diff)
downloadlinux-0-day-b1a72d600a5acb93c1831865d72a6a90bfd7bcbf.tar.gz
linux-0-day-b1a72d600a5acb93c1831865d72a6a90bfd7bcbf.tar.xz
sata_highbank: make ahci_highbank_pm_ops static
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>
Diffstat (limited to 'drivers/ata/sata_highbank.c')
-rw-r--r--drivers/ata/sata_highbank.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/sata_highbank.c b/drivers/ata/sata_highbank.c
index 5dba77ccaa0b9..b1ab7d8c396e8 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 = {