From 35ed4cd19330dd818f16409731d2083b39f1e9aa Mon Sep 17 00:00:00 2001 From: Brian Norris Date: Wed, 5 Dec 2012 23:44:20 -0800 Subject: [PATCH] --- yaml --- r: 344439 b: refs/heads/master c: 071d3ad37485a82e0543a503272c45cdd32053dd h: refs/heads/master i: 344437: eb2bf1a5d47d34a55e58c01911f6aa38109e04e4 344435: 8cd5bf5b69b037ac35f50a65aac246e5039fb571 344431: 5e30950675206556058084c399bd227c082ea004 v: v3 --- [refs] | 2 +- trunk/drivers/ata/ahci_platform.c | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/[refs] b/[refs] index 001e9f1a9ff1..46b7b2303e59 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 11ace0c1defc4d1fe78afd29319bedef36da7078 +refs/heads/master: 071d3ad37485a82e0543a503272c45cdd32053dd diff --git a/trunk/drivers/ata/ahci_platform.c b/trunk/drivers/ata/ahci_platform.c index 1d90690d85f7..1cc467bdb63d 100644 --- a/trunk/drivers/ata/ahci_platform.c +++ b/trunk/drivers/ata/ahci_platform.c @@ -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, }; @@ -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", },