MIPS: ath79: drop platform device registration code
authorJohn Crispin <john@phrozen.org>
Fri, 11 Jan 2019 14:22:39 +0000 (15:22 +0100)
committerPaul Burton <paul.burton@mips.com>
Tue, 22 Jan 2019 19:17:22 +0000 (11:17 -0800)
commit85b9686dae30b5ed5c27b85edfe91ac5a8d9d1f3
tree52c8492035c11e3d737b62b951564442d66afbc0
parent73d8e6aa7d208a222addd63339e35f7481bb1dc7
MIPS: ath79: drop platform device registration code

With the target now being fully OF based, we can drop the legacy platform
device registration code. All devices and their drivers are now probed
via OF.

Signed-off-by: John Crispin <john@phrozen.org>
Signed-off-by: Paul Burton <paul.burton@mips.com>
Cc: Ralf Baechle <ralf@linux-mips.org>
Cc: James Hogan <jhogan@kernel.org>
Cc: Rob Herring <robh+dt@kernel.org>
Cc: Pengutronix Kernel Team <kernel@pengutronix.de>
Cc: linux-mips@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
Cc: devicetree@vger.kernel.org
Cc: Felix Fietkau <nbd@nbd.name>
15 files changed:
arch/mips/ath79/Makefile
arch/mips/ath79/common.h
arch/mips/ath79/dev-common.c [deleted file]
arch/mips/ath79/dev-common.h [deleted file]
arch/mips/ath79/dev-gpio-buttons.c [deleted file]
arch/mips/ath79/dev-gpio-buttons.h [deleted file]
arch/mips/ath79/dev-leds-gpio.c [deleted file]
arch/mips/ath79/dev-leds-gpio.h [deleted file]
arch/mips/ath79/dev-spi.c [deleted file]
arch/mips/ath79/dev-spi.h [deleted file]
arch/mips/ath79/dev-usb.c [deleted file]
arch/mips/ath79/dev-usb.h [deleted file]
arch/mips/ath79/dev-wmac.c [deleted file]
arch/mips/ath79/dev-wmac.h [deleted file]
arch/mips/ath79/setup.c