aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata/sata_highbank.c
diff options
context:
space:
mode:
authorJingoo Han <jg1.han@samsung.com>2013-03-18 21:14:26 -0400
committerJeff Garzik <jgarzik@redhat.com>2013-04-03 19:53:45 -0400
commitb1a72d600a5acb93c1831865d72a6a90bfd7bcbf (patch)
tree20e4f8405e3c379f69ad0e7627f9ccb12bcdf44b /drivers/ata/sata_highbank.c
parentb1cbe7d6214042a6f08da7295757023938bcfdac (diff)
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)
418} 418}
419#endif 419#endif
420 420
421SIMPLE_DEV_PM_OPS(ahci_highbank_pm_ops, 421static SIMPLE_DEV_PM_OPS(ahci_highbank_pm_ops,
422 ahci_highbank_suspend, ahci_highbank_resume); 422 ahci_highbank_suspend, ahci_highbank_resume);
423 423
424static struct platform_driver ahci_highbank_driver = { 424static struct platform_driver ahci_highbank_driver = {