PCI: Add pci_device_to_OF_node() stub for !CONFIG_OF
authorKevin Hao <haokexin@gmail.com>
Tue, 3 Feb 2015 15:29:52 +0000 (09:29 -0600)
committerBjorn Helgaas <bhelgaas@google.com>
Tue, 3 Feb 2015 15:29:52 +0000 (09:29 -0600)
Add a stub for pci_device_to_OF_node() so drivers don't need to
use #ifdef CONFIG_OF around calls to it.

Signed-off-by: Kevin Hao <haokexin@gmail.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>

No differences found