diff options
author | Jingoo Han <jg1.han@samsung.com> | 2013-03-18 21:14:26 -0400 |
---|---|---|
committer | Jeff Garzik <jgarzik@redhat.com> | 2013-04-03 19:53:45 -0400 |
commit | b1a72d600a5acb93c1831865d72a6a90bfd7bcbf (patch) | |
tree | 20e4f8405e3c379f69ad0e7627f9ccb12bcdf44b /drivers/ata/sata_highbank.c | |
parent | b1cbe7d6214042a6f08da7295757023938bcfdac (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.c | 2 |
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 | ||
421 | SIMPLE_DEV_PM_OPS(ahci_highbank_pm_ops, | 421 | static SIMPLE_DEV_PM_OPS(ahci_highbank_pm_ops, |
422 | ahci_highbank_suspend, ahci_highbank_resume); | 422 | ahci_highbank_suspend, ahci_highbank_resume); |
423 | 423 | ||
424 | static struct platform_driver ahci_highbank_driver = { | 424 | static struct platform_driver ahci_highbank_driver = { |