Input: resistive-adc-touch - replace OF headers with proper ones
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Mon, 31 May 2021 05:25:01 +0000 (22:25 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Tue, 1 Jun 2021 05:52:33 +0000 (22:52 -0700)
commit08729298c4eea5a9bbc0598d92ff47638a97a1ae
tree31b55b70ad504fbb71e6b597d58ab06b57b9938f
parent02e28cf7dc2b7acbe660188a87ac0b8007dde3dd
Input: resistive-adc-touch - replace OF headers with proper ones

The driver is actually OF independent and doesn't need anything from OF (*).
Replace OF headers with mod_devicetable.h and property.h.

*) use of of_match_ptr() is actually wrong here, since it may provoke
   a compiler to warn about unused variable.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20210528151113.85943-2-andriy.shevchenko@linux.intel.com
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/touchscreen/resistive-adc-touch.c