Input: zforce_ts - remove support for platfrom data
There are no in-tree users of platform data and any new ones should either use device tree or static device properties, so let's remove platform data support. Tested-by: Andreas Kemnade <andreas@kemnade.info> # Tolino Shine2HD Link: https://lore.kernel.org/r/20240824055047.1706392-4-dmitry.torokhov@gmail.com Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
This commit is contained in:
@@ -1,15 +0,0 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
/* drivers/input/touchscreen/zforce.c
|
||||
*
|
||||
* Copyright (C) 2012-2013 MundoReader S.L.
|
||||
*/
|
||||
|
||||
#ifndef _LINUX_INPUT_ZFORCE_TS_H
|
||||
#define _LINUX_INPUT_ZFORCE_TS_H
|
||||
|
||||
struct zforce_ts_platdata {
|
||||
unsigned int x_max;
|
||||
unsigned int y_max;
|
||||
};
|
||||
|
||||
#endif /* _LINUX_INPUT_ZFORCE_TS_H */
|
||||
Reference in New Issue
Block a user