projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b1cbe7d
)
sata_highbank: make ahci_highbank_pm_ops static
author
Jingoo Han
<jg1.han@samsung.com>
Tue, 19 Mar 2013 01:14:26 +0000
(10:14 +0900)
committer
Jeff Garzik
<jgarzik@redhat.com>
Wed, 3 Apr 2013 23:53:45 +0000
(19:53 -0400)
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>
drivers/ata/sata_highbank.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/ata/sata_highbank.c
b/drivers/ata/sata_highbank.c
index 5dba77ccaa0b9e89badebcad04b2525c7d5e9add..b1ab7d8c396e87f6edc8a70657d1a3ab4f0db732 100644
(file)
--- a/
drivers/ata/sata_highbank.c
+++ b/
drivers/ata/sata_highbank.c
@@
-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 = {