iio: adc: ad7192: move ad7192_of_match table closer to the end of the file
authorAlexandru Ardelean <alexandru.ardelean@analog.com>
Wed, 15 Apr 2020 05:58:04 +0000 (08:58 +0300)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Mon, 20 Jul 2020 08:03:37 +0000 (09:03 +0100)
commit3eca1d26dbdc1aaff6df25d992fd112f4934ef28
treec8cd5788ceecfc487965245a972955d24ff14cfb
parent2c7c8dce3630543d80d4e893836167a1ed1a97fb
iio: adc: ad7192: move ad7192_of_match table closer to the end of the file

The change is more cosmetic. There is no need to reference this table in
the probe function since 'of_device_get_match_data' is used, which obtains
this information from the driver object.

Signed-off-by: Alexandru Ardelean <alexandru.ardelean@analog.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/adc/ad7192.c