Input: st1232 - remove obsolete platform device support
Commit 1fa59bda21
("ARM: shmobile: Remove legacy board code for
Armadillo-800 EVA"), removed the last user of st1232_pdata and the
"st1232-ts" platform device. All remaining users use DT.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
This commit is contained in:

committed by
Dmitry Torokhov

parent
0f1cd81d4a
commit
4a1a57df97
@@ -1,14 +0,0 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0 */
|
||||
#ifndef _LINUX_ST1232_PDATA_H
|
||||
#define _LINUX_ST1232_PDATA_H
|
||||
|
||||
/*
|
||||
* Optional platform data
|
||||
*
|
||||
* Use this if you want the driver to drive the reset pin.
|
||||
*/
|
||||
struct st1232_pdata {
|
||||
int reset_gpio;
|
||||
};
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user