summaryrefslogtreecommitdiffstats
path: root/drivers/ata/sata_highbank.c
diff options
context:
space:
mode:
authorJingoo Han2013-03-19 02:14:26 +0100
committerJeff Garzik2013-04-04 01:53:45 +0200
commitb1a72d600a5acb93c1831865d72a6a90bfd7bcbf (patch)
tree20e4f8405e3c379f69ad0e7627f9ccb12bcdf44b /drivers/ata/sata_highbank.c
parentpata_octeon_cf: Use resource_size function (diff)
downloadkernel-qcow2-linux-b1a72d600a5acb93c1831865d72a6a90bfd7bcbf.tar.gz
kernel-qcow2-linux-b1a72d600a5acb93c1831865d72a6a90bfd7bcbf.tar.xz
kernel-qcow2-linux-b1a72d600a5acb93c1831865d72a6a90bfd7bcbf.zip
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 5dba77ccaa0b..b1ab7d8c396e 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 = {