PCI: Make pci_dev_pm_ops static
authorSachin Kamat <sachin.kamat@linaro.org>
Fri, 4 Oct 2013 18:04:44 +0000 (12:04 -0600)
committerBjorn Helgaas <bhelgaas@google.com>
Mon, 7 Oct 2013 21:12:45 +0000 (15:12 -0600)
commitf91da04d0aebf8edbcd2fde5f9d7df85a0b6f6cd
treebfb8b78dc4068e9b4d028ab101d695d95ddaf418
parent09a2c73ddfc7f173237fc7209a65b34dd5bcb5ed
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>
drivers/pci/pci-driver.c