From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Mon, 22 Feb 2021 19:41:56 +0100 Subject: [PATCH 1/2] video: eliminate unused drivers/video/mb862xx.c In-Reply-To: <20201229115251.8280-1-xypron.glpk@gmx.de> References: <20201229115251.8280-1-xypron.glpk@gmx.de> Message-ID: <20210222194156.0ecb221a@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tue, 29 Dec 2020 12:52:50 +0100 Heinrich Schuchardt xypron.glpk at gmx.de wrote: > The mb862xx driver does not conform to the driver model and is unused. > Eliminate it. > > Signed-off-by: Heinrich Schuchardt > --- > drivers/video/Makefile | 1 - > drivers/video/mb862xx.c | 486 ----------------------------------- > scripts/config_whitelist.txt | 2 - > 3 files changed, 489 deletions(-) > delete mode 100644 drivers/video/mb862xx.c Applied to u-boot-video/master, thanks! -- Anatolij