staging: iio: adc: ad7192: removed spi_device_id
authorAlexandru Tachici <alexandru.tachici@analog.com>
Wed, 12 Feb 2020 16:17:19 +0000 (18:17 +0200)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Sun, 8 Mar 2020 17:28:32 +0000 (17:28 +0000)
commit66614ab2be38ac292c6f314110bde0be79751b2b
treebdae19426d54e1efdd2064a3f67685d2b4c1c9fe
parent893ac1a02b19b7a42681f7cfb760dedb3d1611ab
staging: iio: adc: ad7192: removed spi_device_id

This patch removes spi_device_id table and moves the
init data (id of the chip) in the .data field
of of_device_id table.

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