summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/boot/ops.h
diff options
context:
space:
mode:
authorMark Greer <mgreer@animalcreek.com>2018-04-05 18:17:17 -0700
committerMichael Ellerman <mpe@ellerman.id.au>2018-06-04 00:39:22 +1000
commit30f4bbe0472a9644d79a1624fde7f7ba4e44df68 (patch)
treed9cbe2951105732bfb09713dcd8e8b2f34837b89 /arch/powerpc/boot/ops.h
parent92c8c16f345759e87c5d5b771d438ff18ec7593f (diff)
downloadlinux-stable-30f4bbe0472a9644d79a1624fde7f7ba4e44df68.tar.gz
linux-stable-30f4bbe0472a9644d79a1624fde7f7ba4e44df68.tar.bz2
linux-stable-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.h1
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);