summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2023-02-01 23:20:06 +0300
committerTom Rini <trini@konsulko.com>2023-02-07 22:33:49 +0300
commitbf448073ea49877ec64763eb491da429f64eee26 (patch)
treebd0190f7a35e0ed3e7eab77ebf1ba4a531260b33 /include
parentdbcbbfd725751a44ad756d018b4be3c785564b11 (diff)
downloadu-boot-bf448073ea49877ec64763eb491da429f64eee26.tar.xz
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 <sjg@chromium.org>
Diffstat (limited to 'include')
-rw-r--r--include/scf0403_lcd.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/include/scf0403_lcd.h b/include/scf0403_lcd.h
deleted file mode 100644
index 07f8c643ba..0000000000
--- 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