Christophe Leroy <christophe.le...@csgroup.eu> writes: > Le 14/11/2024 à 14:11, Michael Ellerman a écrit : >> The macio-adb driver depends on PPC_CHRP, which has been removed, remove >> the driver also. >> >> Signed-off-by: Michael Ellerman <m...@ellerman.id.au> >> --- >> drivers/macintosh/Kconfig | 9 -- >> drivers/macintosh/Makefile | 1 - >> drivers/macintosh/adb.c | 4 - >> drivers/macintosh/macio-adb.c | 288 ---------------------------------- >> 4 files changed, 302 deletions(-) >> delete mode 100644 drivers/macintosh/macio-adb.c > > What about: > > drivers/macintosh/adb.c: if (!machine_is(chrp) && > !machine_is(powermac)) > drivers/macintosh/adbhid.c: if (!machine_is(chrp) && > !machine_is(powermac))
Oops, missed them, thanks. cheers