Input: ads7846 - remove custom filter handling functions from pdata
authorDaniel Mack <daniel@zonque.org>
Fri, 10 Sep 2021 01:01:28 +0000 (18:01 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Fri, 10 Sep 2021 04:30:01 +0000 (21:30 -0700)
commit937f5d5ec642501d2dd3c91918685de30a932b34
tree10445543935e704e11f316b7e6f54636a861f6b0
parentde609b56b8322be0cd242ae364dc49bad0dfa89d
Input: ads7846 - remove custom filter handling functions from pdata

The functions in the platform data struct to initialize, cleanup and
apply custom filters are not in use by any mainline board.

Remove support for them to pave the road for more cleanups to come.

The enum was moved as it has no users outside of the driver code
itself.

Signed-off-by: Daniel Mack <daniel@zonque.org>
Reviewed-by: Marco Felsch <m.felsch@pengutronix.de>
Link: https://lore.kernel.org/r/20210907200726.2034962-3-daniel@zonque.org
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/touchscreen/ads7846.c
include/linux/spi/ads7846.h