aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/mm/fault.c
diff options
context:
space:
mode:
authorMichael Ellerman <[email protected]>2021-03-14 20:33:41 +1100
committerMichael Ellerman <[email protected]>2021-03-29 13:22:14 +1100
commitb77878052a142737522e0e3c2a621c988a4cd7cd (patch)
tree29e052a7f822a5e375241b55547452f15c4afac1 /arch/powerpc/mm/fault.c
parent55c2f5574a013d2dbf1012a2ad93cb8d947279a7 (diff)
powerpc/fsl-pci: Fix section mismatch warning
Section mismatch in reference from the function .fsl_add_bridge() to the function .init.text:.setup_pci_cmd() fsl_add_bridge() is not __init, and can't be, and is the only caller of setup_pci_cmd(). Fix it by making setup_pci_cmd() non-init. Signed-off-by: Michael Ellerman <[email protected]> Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'arch/powerpc/mm/fault.c')
0 files changed, 0 insertions, 0 deletions