]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
powerpc/msi: Fix compile error on mpc83xx
authorChristophe Leroy <christophe.leroy@c-s.fr>
Fri, 19 Oct 2018 06:12:50 +0000 (06:12 +0000)
committerMichael Ellerman <mpe@ellerman.id.au>
Sun, 21 Oct 2018 08:32:07 +0000 (19:32 +1100)
commit0f99153def98134403c9149128e59d3e1786cf04
tree26ee2daa74ec7b48654bdded77affe677dbf1cd6
parentb6aeddea74b08518289fc86545297cf18a0b53a7
powerpc/msi: Fix compile error on mpc83xx

mpic_get_primary_version() is not defined when not using MPIC.
The compile error log like:

arch/powerpc/sysdev/built-in.o: In function `fsl_of_msi_probe':
fsl_msi.c:(.text+0x150c): undefined reference to `fsl_mpic_primary_get_version'

Signed-off-by: Jia Hongtao <hongtao.jia@freescale.com>
Signed-off-by: Scott Wood <scottwood@freescale.com>
Reported-by: Radu Rendec <radu.rendec@gmail.com>
Fixes: 807d38b73b6 ("powerpc/mpic: Add get_version API both for internal and external use")
Cc: stable@vger.kernel.org
Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/include/asm/mpic.h