serial: cpm_uart: Remove stale prototype in powerpc/fsl_soc.c
authorChristophe Leroy <christophe.leroy@csgroup.eu>
Thu, 3 Aug 2023 13:56:51 +0000 (15:56 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 4 Aug 2023 13:08:30 +0000 (15:08 +0200)
commit80a8f487b9bab0d25536516e75f22c78fa657ff4
tree04bd8e19502f84cb16067ef3c1ce640227d4117b
parentdbae4258d156e1c698bdd6deb56e13aa4d4e55cc
serial: cpm_uart: Remove stale prototype in powerpc/fsl_soc.c

Commit 0b5cf10691eb ("[POWERPC] 8xx: Convert mpc866ads to the new
device binding.") removed last definition of init_smc_ioports().

Remove it.

And don't include anymore fs_uart_pd.h which is only included to
provide fs_uart_platform_info structure.

Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Link: https://lore.kernel.org/r/2869659e7faa20b0a506347bc4d1059e22709f19.1691068700.git.christophe.leroy@csgroup.eu
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/powerpc/sysdev/fsl_soc.c