This patchset extends Jonathan's and Alexandru's work [1] on removing the instances of of_match_ptr macro. Motivation to do so is two-fold: 1. to have an option of probing from ACPI using PRP0001 2. prevent people from copying to new driver code [1] https://patchwork.kernel.org/cover/11497535/ Nishant Malpani (3): iio: accel: dmard06: Use mod_devicetable.h and drop of_match_ptr macro iio: accel: kxsd9-i2c: Use mod_devicetable.h and drop of_match_ptr macro iio: accel: mma8452: Drop of_match_ptr macro drivers/iio/accel/dmard06.c | 3 ++- drivers/iio/accel/kxsd9-i2c.c | 7 ++----- drivers/iio/accel/mma8452.c | 2 +- 3 files changed, 5 insertions(+), 7 deletions(-) -- 2.20.1