mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-01 16:57:18 +09:00
PCI: Make pci_dev_pm_ops static
pci_dev_pm_ops is local to pci-driver.c. Make it static. Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
This commit is contained in:
committed by
Bjorn Helgaas
parent
09a2c73ddf
commit
f91da04d0a
@@ -1121,7 +1121,7 @@ static int pci_pm_runtime_idle(struct device *dev)
|
||||
|
||||
#ifdef CONFIG_PM
|
||||
|
||||
const struct dev_pm_ops pci_dev_pm_ops = {
|
||||
static const struct dev_pm_ops pci_dev_pm_ops = {
|
||||
.prepare = pci_pm_prepare,
|
||||
.complete = pci_pm_complete,
|
||||
.suspend = pci_pm_suspend,
|
||||
|
||||
Reference in New Issue
Block a user