diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2017-10-31 19:47:28 +0300 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2017-11-08 05:13:42 +0300 |
commit | 4a1a57df97636b9323c4221cc75a35694b6d34c7 (patch) | |
tree | db15849bcc99d2faa8743059452e9d24245e12cb /include/linux/platform_data | |
parent | 0f1cd81d4a50ca99fb0b5cd8f68584bc5acab081 (diff) | |
download | linux-4a1a57df97636b9323c4221cc75a35694b6d34c7.tar.xz |
Input: st1232 - remove obsolete platform device support
Commit 1fa59bda21c7fa36 ("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>
Diffstat (limited to 'include/linux/platform_data')
-rw-r--r-- | include/linux/platform_data/st1232_pdata.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/include/linux/platform_data/st1232_pdata.h b/include/linux/platform_data/st1232_pdata.h deleted file mode 100644 index 1dcd23bee24e..000000000000 --- a/include/linux/platform_data/st1232_pdata.h +++ /dev/null @@ -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 |