diff options
author | Mark Greer <mgreer@animalcreek.com> | 2018-04-06 03:17:17 +0200 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2018-06-03 16:39:22 +0200 |
commit | 30f4bbe0472a9644d79a1624fde7f7ba4e44df68 (patch) | |
tree | d9cbe2951105732bfb09713dcd8e8b2f34837b89 /arch/powerpc/boot/ops.h | |
parent | powerpc/embedded6xx: Remove C2K board support (diff) | |
download | linux-30f4bbe0472a9644d79a1624fde7f7ba4e44df68.tar.xz linux-30f4bbe0472a9644d79a1624fde7f7ba4e44df68.zip |
powerpc/boot: Remove support for Marvell MPSC serial controller
There are no longer any platforms that use Marvell's MPSC serial
controller so remove its driver.
Signed-off-by: Mark Greer <mgreer@animalcreek.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/boot/ops.h')
-rw-r--r-- | arch/powerpc/boot/ops.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/boot/ops.h b/arch/powerpc/boot/ops.h index fad1862f4b2d..cd043726ed88 100644 --- a/arch/powerpc/boot/ops.h +++ b/arch/powerpc/boot/ops.h @@ -86,7 +86,6 @@ void start(void); void fdt_init(void *blob); int serial_console_init(void); int ns16550_console_init(void *devp, struct serial_console_data *scdp); -int mpsc_console_init(void *devp, struct serial_console_data *scdp); int cpm_console_init(void *devp, struct serial_console_data *scdp); int mpc5200_psc_console_init(void *devp, struct serial_console_data *scdp); int uartlite_console_init(void *devp, struct serial_console_data *scdp); |