Re: [PATCH v2 2/2] char: pcmcia: remove all the drivers

From: Arnd Bergmann
Date: Thu Feb 23 2023 - 03:02:58 EST


On Wed, Feb 22, 2023, at 10:23, Jiri Slaby (SUSE) wrote:
> These char PCMCIA drivers are buggy[1] and receive only minimal care. It
> was concluded[2], that we should try to remove most pcmcia drivers
> completely. Let's start with these char broken one.
>
> Note that I also removed a UAPI header: include/uapi/linux/cm4000_cs.h.
> I found only coccinelle tests mentioning some ioctl constants from that
> file. But they are not actually used. Anyway, should someone complain,
> we may reintroduce the header (or its parts).
>
> [1]
> https://lore.kernel.org/all/f41c2765-80e0-48bc-b1e4-8cfd3230fd4a@xxxxxxxxxxxxxxxx/
> [2]
> https://lore.kernel.org/all/c5b39544-a4fb-4796-a046-0b9be9853787@xxxxxxxxxxxxxxxx/
>
> Signed-off-by: Jiri Slaby (SUSE) <jirislaby@xxxxxxxxxx>
> Cc: "Hyunwoo Kim" <imv4bel@xxxxxxxxx>
> Cc: Harald Welte <laforge@xxxxxxxxxxxx>
> Cc: Lubomir Rintel <lkundrak@xxxxx>
> Cc: Arnd Bergmann <arnd@xxxxxxxx>
> Cc: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>

Thanks for cleaning this up!

Reviewed-by: Arnd Bergmann <arnd@xxxxxxxx>