Commit b1a72d60 authored by Jingoo Han's avatar Jingoo Han Committed by Jeff Garzik

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: default avatarJingoo Han <jg1.han@samsung.com>
Signed-off-by: default avatarJeff Garzik <jgarzik@redhat.com>
parent b1cbe7d6
......@@ -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 = {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment