summaryrefslogtreecommitdiffstats
path: root/include/linux/platform_data
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert+renesas@glider.be>2017-10-31 09:47:28 -0700
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2017-11-07 18:13:42 -0800
commit4a1a57df97636b9323c4221cc75a35694b6d34c7 (patch)
treedb15849bcc99d2faa8743059452e9d24245e12cb /include/linux/platform_data
parent0f1cd81d4a50ca99fb0b5cd8f68584bc5acab081 (diff)
downloadop-kernel-dev-4a1a57df97636b9323c4221cc75a35694b6d34c7.zip
op-kernel-dev-4a1a57df97636b9323c4221cc75a35694b6d34c7.tar.gz
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.h14
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 1dcd23b..0000000
--- 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
OpenPOWER on IntegriCloud