diff options
| author | Simon Glass <[email protected]> | 2023-02-01 13:20:06 -0700 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-02-07 14:33:49 -0500 |
| commit | bf448073ea49877ec64763eb491da429f64eee26 (patch) | |
| tree | bd0190f7a35e0ed3e7eab77ebf1ba4a531260b33 /include | |
| parent | dbcbbfd725751a44ad756d018b4be3c785564b11 (diff) | |
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 <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/scf0403_lcd.h | 10 |
1 files changed, 0 insertions, 10 deletions
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 |
