]> git.ipfire.org Git - thirdparty/linux.git/commit
MIPS: pci: lantiq: marks pcibios_init() as static
authorShiji Yang <yangshiji66@outlook.com>
Wed, 18 Jun 2025 14:53:19 +0000 (22:53 +0800)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Wed, 2 Jul 2025 11:36:41 +0000 (13:36 +0200)
commit50162a0c6e014c4954ee4443109b7a4251b377fc
tree1f6f9e875edd06ef337cf1bf06aaef7b60270d50
parentcff836f0bb0c53fcf43c12e32ee499cdf7e4a584
MIPS: pci: lantiq: marks pcibios_init() as static

Fix the following missing-prototypes build warning:

arch/mips/pci/pci-lantiq.c:239:12: error: no previous prototype for 'pcibios_init' [-Werror=missing-prototypes]
  239 | int __init pcibios_init(void)
      |            ^~~~~~~~~~~~

Signed-off-by: Shiji Yang <yangshiji66@outlook.com>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
arch/mips/pci/pci-lantiq.c