Re: linux-next: Tree for Sep 7 (iio/adc/stm32)

From: Randy Dunlap
Date: Thu Sep 07 2017 - 11:46:05 EST


On 09/06/17 23:24, Stephen Rothwell wrote:
> Hi all,
>
> Please do not add any v4.15 related material to your linux-next
> included branches until after v4.14-rc1 has been released.
>
> Changes since 20170906:
>

on i386:

CONFIG_STM32_ADC_CORE=y
CONFIG_STM32_ADC=y
CONFIG_IIO_STM32_LPTIMER_TRIGGER=m
CONFIG_IIO_STM32_TIMER_TRIGGER=y


causes:
drivers/iio/adc/stm32-adc.o: In function `stm32_adc_get_trig_extsel':
stm32-adc.c:(.text+0x9d6): undefined reference to `is_stm32_lptim_trigger'

due to builtin code trying to call code in a loadable module.


--
~Randy