[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <87mshyxfnf.fsf@mpe.ellerman.id.au>
Date: Sun, 17 Nov 2024 22:29:08 +1100
From: Michael Ellerman <mpe@...erman.id.au>
To: Christophe Leroy <christophe.leroy@...roup.eu>,
linuxppc-dev@...ts.ozlabs.org
Cc: linux-kernel@...r.kernel.org, geert@...ux-m68k.org, arnd@...db.de
Subject: Re: [RFC PATCH 08/10] macintosh: Remove ADB_MACIO
Christophe Leroy <christophe.leroy@...roup.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@...erman.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
Powered by blists - more mailing lists