[RFC PATCH 08/10] macintosh: Remove ADB_MACIO
Michael Ellerman
mpe at ellerman.id.au
Sun Nov 17 22:29:08 AEDT 2024
Christophe Leroy <christophe.leroy at 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 <mpe at 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
More information about the Linuxppc-dev
mailing list