mtd: Drop unused scf0403_lcd driver

This is not used since this commit:

   76386d6195 arm: Remove cm_t35 board

Drop the driver and Kconfig option.

Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Simon Glass
2023-02-01 13:20:06 -07:00
committed by Tom Rini
parent dbcbbfd725
commit bf448073ea
3 changed files with 0 additions and 308 deletions

View File

@@ -1,10 +0,0 @@
/* SPDX-License-Identifier: GPL-2.0+ */
/*
* Copyright (c) 2013, Compulab Inc.
*/
#ifndef SCF0403_LCD_H_
#define SCF0403_LCD_H_
int scf0403_init(int reset_gpio);
#endif