diff options
author | Jingoo Han <jg1.han@samsung.com> | 2013-03-19 10:14:26 +0900 |
---|---|---|
committer | Jeff Garzik <jgarzik@redhat.com> | 2013-04-03 19:53:45 -0400 |
commit | b1a72d600a5acb93c1831865d72a6a90bfd7bcbf (patch) | |
tree | 20e4f8405e3c379f69ad0e7627f9ccb12bcdf44b /drivers/ata | |
parent | b1cbe7d6214042a6f08da7295757023938bcfdac (diff) | |
download | linux-next-b1a72d600a5acb93c1831865d72a6a90bfd7bcbf.tar.gz |
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')
-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) } #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 = { |