Re: [RFC PATCH 08/10] macintosh: Remove ADB_MACIO

From: Michael Ellerman
Date: Sun Nov 17 2024 - 06:29:27 EST


Christophe Leroy <christophe.leroy@xxxxxxxxxx> 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 <mpe@xxxxxxxxxxxxxx>
>> ---
>> 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