iio:dac:lpc18xx_dac: Swap from of* to mod_devicetable.h
authorJonathan Cameron <Jonathan.Cameron@huawei.com>
Sun, 5 Dec 2021 17:01:32 +0000 (17:01 +0000)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Sun, 12 Dec 2021 17:12:43 +0000 (17:12 +0000)
commit09a74ea737352a80ed6e3fd427350d7d9c5a5502
treecda3fd6db35e2a21b4a6edefa35611752d8bce9e
parent5669c086e699ff269a977b225a8c9643cf39e53f
iio:dac:lpc18xx_dac: Swap from of* to mod_devicetable.h

This driver never used anything from the of specific headers.
mod_devicetable.h provides the struct of_device_id definition.

Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com>
drivers/iio/dac/lpc18xx_dac.c