Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 344439
b: refs/heads/master
c: 071d3ad
h: refs/heads/master
i:
  344437: eb2bf1a
  344435: 8cd5bf5
  344431: 5e30950
v: v3
  • Loading branch information
Brian Norris authored and Jeff Garzik committed Dec 14, 2012
1 parent c64790b commit 35ed4cd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 11ace0c1defc4d1fe78afd29319bedef36da7078
refs/heads/master: 071d3ad37485a82e0543a503272c45cdd32053dd
6 changes: 3 additions & 3 deletions trunk/drivers/ata/ahci_platform.c
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@ static struct platform_device_id ahci_devtype[] = {
};
MODULE_DEVICE_TABLE(platform, ahci_devtype);

struct ata_port_operations ahci_platform_ops = {
static struct ata_port_operations ahci_platform_ops = {
.inherits = &ahci_ops,
.host_stop = ahci_host_stop,
};

struct ata_port_operations ahci_platform_retry_srst_ops = {
static struct ata_port_operations ahci_platform_retry_srst_ops = {
.inherits = &ahci_pmp_retry_srst_ops,
.host_stop = ahci_host_stop,
};
Expand Down Expand Up @@ -323,7 +323,7 @@ static int ahci_resume(struct device *dev)
}
#endif

SIMPLE_DEV_PM_OPS(ahci_pm_ops, ahci_suspend, ahci_resume);
static SIMPLE_DEV_PM_OPS(ahci_pm_ops, ahci_suspend, ahci_resume);

static const struct of_device_id ahci_of_match[] = {
{ .compatible = "snps,spear-ahci", },
Expand Down

0 comments on commit 35ed4cd

Please sign in to comment.