hwmon: (ntc_thermistor) Move DT matches to the driver block
authorLinus Walleij <linus.walleij@linaro.org>
Sun, 5 Dec 2021 23:59:48 +0000 (00:59 +0100)
committerGuenter Roeck <linux@roeck-us.net>
Sun, 26 Dec 2021 23:02:06 +0000 (15:02 -0800)
commit9f448e796cf9d525fb9e1aa0d4fee073b80f1cab
tree9865669f8996a44f5856108008293e19b026a515
parent70760e80db06247b0c7b1933a9be81b5c22fc25e
hwmon: (ntc_thermistor) Move DT matches to the driver block

This moves the device tree match data toward the end of the
driver which is the convention, here we can also add ACPI
and similar match data in a conforming manner.

Cc: Peter Rosin <peda@axentia.se>
Cc: Chris Lesiak <chris.lesiak@licor.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Link: https://lore.kernel.org/r/20211205235948.4167075-3-linus.walleij@linaro.org
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/ntc_thermistor.c