Re: [PATCH] char: remove VR41XX related char driver

From: Greg Kroah-Hartman
Date: Sat Jul 16 2022 - 01:45:55 EST


On Fri, Jul 15, 2022 at 04:24:36PM +0200, Thomas Bogendoerfer wrote:
> Commit d3164e2f3b0a ("MIPS: Remove VR41xx support") removed support
> for MIPS VR41xx platform, so remove exclusive drivers for this
> platform, too.
>
> Signed-off-by: Thomas Bogendoerfer <tsbogend@xxxxxxxxxxxxxxxx>
> ---
> drivers/char/Kconfig | 5 -
> drivers/char/Makefile | 1 -
> drivers/char/tb0219.c | 358 ------------------------------------------
> 3 files changed, 364 deletions(-)
> delete mode 100644 drivers/char/tb0219.c

This does not apply to my tree, what tree did you make it against?
Nothing has touched the drivers/char/tb0219.c file in a very long time,
perhaps you might want to wait for this driver removal series until
after d3164e2f3b0a is merged into Linus's tree?

thanks,

greg k-h