summaryrefslogtreecommitdiffstats
path: root/drivers/iio/imu
diff options
context:
space:
mode:
authorArnd Bergmann2018-05-25 17:34:23 +0200
committerJonathan Cameron2018-06-10 12:52:28 +0200
commitc2c8406b315f7606175b85e9ac1b4fc0972c917f (patch)
treea4b202a4a3601ee32ea418f6ccd162570a6095d4 /drivers/iio/imu
parentiio: 104-quad-8: Fix off-by-one error in register selection (diff)
downloadkernel-qcow2-linux-c2c8406b315f7606175b85e9ac1b4fc0972c917f.tar.gz
kernel-qcow2-linux-c2c8406b315f7606175b85e9ac1b4fc0972c917f.tar.xz
kernel-qcow2-linux-c2c8406b315f7606175b85e9ac1b4fc0972c917f.zip
iio: adc: sun4i-gpadc: select REGMAP_IRQ
We can't call regmap_irq_get_virq() unless the regmap-irq support is enabled: drivers/iio/adc/sun4i-gpadc-iio.o: In function `sun4i_irq_init': sun4i-gpadc-iio.c:(.text+0x59c): undefined reference to `regmap_irq_get_virq' I came across this in a randconfig build now, but I guess this is a much older problem that I simply never hit before because regmap_irq is usually enabled by one of the other drivers that need it. Fixes: d1caa9905538 ("iio: adc: add support for Allwinner SoCs ADC") Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'drivers/iio/imu')
0 files changed, 0 insertions, 0 deletions