]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
x86/PCI: Make pci_subsys_init() static
authorAlexander Kuleshov <kuleshovmail@gmail.com>
Thu, 8 Oct 2015 18:51:46 +0000 (00:51 +0600)
committerBjorn Helgaas <bhelgaas@google.com>
Fri, 9 Oct 2015 23:34:48 +0000 (18:34 -0500)
commit68d0d9794864a6bfbc6f88bb0ec980400bc17922
tree403330e16700ce0887a841e79132739c272205ca
parentb4eb6cdbbd13698704863f680c643c569909e1c2
x86/PCI: Make pci_subsys_init() static

The pci_subsys_init() is a subsys_initcall that can be declared static.

Signed-off-by: Alexander Kuleshov <kuleshovmail@gmail.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
arch/x86/pci/legacy.c