Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -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 = {