提交 b1a72d60 编写于 作者: J Jingoo Han 提交者: 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: NJingoo Han <jg1.han@samsung.com>
Signed-off-by: NJeff Garzik <jgarzik@redhat.com>
上级 b1cbe7d6
...@@ -418,7 +418,7 @@ static int ahci_highbank_resume(struct device *dev) ...@@ -418,7 +418,7 @@ static int ahci_highbank_resume(struct device *dev)
} }
#endif #endif
SIMPLE_DEV_PM_OPS(ahci_highbank_pm_ops, static SIMPLE_DEV_PM_OPS(ahci_highbank_pm_ops,
ahci_highbank_suspend, ahci_highbank_resume); ahci_highbank_suspend, ahci_highbank_resume);
static struct platform_driver ahci_highbank_driver = { static struct platform_driver ahci_highbank_driver = {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册