From bf448073ea49877ec64763eb491da429f64eee26 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Wed, 1 Feb 2023 13:20:06 -0700 Subject: mtd: Drop unused scf0403_lcd driver This is not used since this commit: 76386d6195a arm: Remove cm_t35 board Drop the driver and Kconfig option. Signed-off-by: Simon Glass --- include/scf0403_lcd.h | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 include/scf0403_lcd.h (limited to 'include/scf0403_lcd.h') diff --git a/include/scf0403_lcd.h b/include/scf0403_lcd.h deleted file mode 100644 index 07f8c643ba5..00000000000 --- a/include/scf0403_lcd.h +++ /dev/null @@ -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 -- cgit v1.2.3