Skip to content

Commit

Permalink
sata_highbank: make ahci_highbank_pm_ops static
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jingoo Han authored and Jeff Garzik committed Apr 3, 2013
1 parent b1cbe7d commit b1a72d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/ata/sata_highbank.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit b1a72d6

Please sign in to comment.