Re: [PATCH v4 09/11] macintosh/via-pmu: Replace via-pmu68k driver with via-pmu driver
From: Michael Ellerman <mpe@ellerman.id.au>
Date: 2018-07-30 06:47:19
Also in:
lkml
From: Michael Ellerman <mpe@ellerman.id.au>
Date: 2018-07-30 06:47:19
Also in:
lkml
Finn Thain [off-list ref] writes:
Now that the PowerMac via-pmu driver supports m68k PowerBooks, switch over to that driver and remove the via-pmu68k driver. Cc: Geert Uytterhoeven <geert@linux-m68k.org> Tested-by: Stan Johnson <redacted> Signed-off-by: Finn Thain <redacted> --- arch/m68k/configs/mac_defconfig | 2 +- arch/m68k/configs/multi_defconfig | 2 +- arch/m68k/mac/config.c | 2 +- arch/m68k/mac/misc.c | 48 +-- drivers/macintosh/Kconfig | 13 +- drivers/macintosh/Makefile | 1 - drivers/macintosh/adb.c | 2 +- drivers/macintosh/via-pmu68k.c | 846 -------------------------------------- include/uapi/linux/pmu.h | 2 +- 9 files changed, 14 insertions(+), 904 deletions(-) delete mode 100644 drivers/macintosh/via-pmu68k.c
Geert are you OK with this and the other one that touches arch/m68k ? cheers