]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/chrp: Make hydra_init() static
authorGeert Uytterhoeven <geert@linux-m68k.org>
Tue, 23 Feb 2021 09:53:45 +0000 (10:53 +0100)
committerMichael Ellerman <mpe@ellerman.id.au>
Wed, 24 Mar 2021 03:09:29 +0000 (14:09 +1100)
commitdd2d802e1e9fe99e3392f2e4157b4965b74ebae6
treecba4772f049d29e0a77441d97f20bcec3ae3f733
parent9135652f2935a385baf7d5c04581bbabe71e6893
powerpc/chrp: Make hydra_init() static

Commit e385a9599e0c62b6 ("powerpc/chrp: Move PHB discovery") moved the
sole call to hydra_init() to the source file where it is defined, so it
can be made static.

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20210223095345.2139416-1-geert@linux-m68k.org
arch/powerpc/include/asm/hydra.h
arch/powerpc/platforms/chrp/pci.c