powerpc: Drop MPC5200 LocalPlus bus FIFO driver
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Thu, 13 Apr 2023 06:16:42 +0000 (08:16 +0200)
committerMichael Ellerman <mpe@ellerman.id.au>
Mon, 15 May 2023 13:25:56 +0000 (23:25 +1000)
commit7d3ee229ea51a17afc1e53272e2a8f377cc82ba2
tree95995d1e6abaadf03ab5b3b338159db72139e2d9
parentda5311a4b852eaf2c0feac8b28884a8d8a801dfc
powerpc: Drop MPC5200 LocalPlus bus FIFO driver

While mpc5200b.dtsi contains a device that this driver can bind to, the
only purpose of a bound device is to be used by the four exported functions
mpc52xx_lpbfifo_submit(), mpc52xx_lpbfifo_abort(), mpc52xx_lpbfifo_poll()
and mpc52xx_lpbfifo_start_xfer(). However there are no callers to this
function and so the driver is effectively superfluous and can be deleted.
Also drop some defines and a struct from <asm/mpc52xx.h> that are unused
now together with the declarations of the four mentioned functions.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://msgid.link/20230413061642.kqkor4wkt7lp2mhp@pengutronix.de
arch/powerpc/include/asm/mpc52xx.h
arch/powerpc/platforms/52xx/Kconfig
arch/powerpc/platforms/52xx/Makefile
arch/powerpc/platforms/52xx/mpc52xx_lpbfifo.c [deleted file]