]> asedeno.scripts.mit.edu Git - linux.git/commit
PCI: Make pci_get_rom_size() static
authorBjorn Helgaas <bhelgaas@google.com>
Sat, 30 Jun 2018 02:17:26 +0000 (21:17 -0500)
committerBjorn Helgaas <bhelgaas@google.com>
Sat, 30 Jun 2018 02:17:26 +0000 (21:17 -0500)
commit783e84961b1d7a75045383586b8c49e02b7704cd
treeaac72e50285151dc25e126fb7c301462e2e12d1a
parentbeced88e6af43c9653cee09f5111ae7495824e07
PCI: Make pci_get_rom_size() static

pci_get_rom_size() is called only from pci_map_rom(), so it can be static.
Make it static and remove the declaration from include/linux/pci.h.

Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
drivers/pci/rom.c
include/linux/pci.h