All of lore.kernel.org
 help / color / mirror / Atom feed
* [linux-next:master 6160/10463] ad9739a.c:undefined reference to `__spi_register_driver'
@ 2024-05-02 23:25 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2024-05-02 23:25 UTC (permalink / raw)
  To: Nuno Sa
  Cc: oe-kbuild-all, Linux Memory Management List, Jonathan Cameron,
	Dragos Bogdan

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
head:   9c6ecb3cb6e20c4fd7997047213ba0efcf9ada1a
commit: e77603d5468b9093c111a998a86604e21a9e7f48 [6160/10463] iio: dac: support the ad9739a RF DAC
config: nios2-randconfig-001-20240503 (https://download.01.org/0day-ci/archive/20240503/202405030706.7EBRJDrD-lkp@intel.com/config)
compiler: nios2-linux-gcc (GCC) 13.2.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20240503/202405030706.7EBRJDrD-lkp@intel.com/reproduce)

If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot <lkp@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202405030706.7EBRJDrD-lkp@intel.com/

All errors (new ones prefixed by >>):

   nios2-linux-ld: drivers/base/regmap/regmap-spi.o: in function `regmap_spi_read':
>> regmap-spi.c:(.text+0x1a8): undefined reference to `spi_write_then_read'
>> regmap-spi.c:(.text+0x1a8): relocation truncated to fit: R_NIOS2_CALL26 against `spi_write_then_read'
   nios2-linux-ld: drivers/base/regmap/regmap-spi.o: in function `spi_sync_transfer.constprop.0':
>> regmap-spi.c:(.text+0x330): undefined reference to `spi_sync'
>> regmap-spi.c:(.text+0x330): relocation truncated to fit: R_NIOS2_CALL26 against `spi_sync'
   nios2-linux-ld: drivers/base/regmap/regmap-spi.o: in function `regmap_spi_gather_write':
   regmap-spi.c:(.text+0x4c0): undefined reference to `spi_sync'
   regmap-spi.c:(.text+0x4c0): relocation truncated to fit: R_NIOS2_CALL26 against `spi_sync'
   nios2-linux-ld: drivers/base/regmap/regmap-spi.o: in function `regmap_spi_async_write':
>> regmap-spi.c:(.text+0x598): undefined reference to `spi_async'
>> regmap-spi.c:(.text+0x598): relocation truncated to fit: R_NIOS2_CALL26 against `spi_async'
   nios2-linux-ld: drivers/iio/dac/ad9739a.o: in function `ad9739a_driver_init':
>> ad9739a.c:(.init.text+0x14): undefined reference to `__spi_register_driver'
>> ad9739a.c:(.init.text+0x14): relocation truncated to fit: R_NIOS2_CALL26 against `__spi_register_driver'

Kconfig warnings: (for reference only)
   WARNING: unmet direct dependencies detected for REGMAP_SPI
   Depends on [n]: SPI [=n]
   Selected by [y]:
   - AD9739A [=y] && IIO [=y] && (SPI [=n] || COMPILE_TEST [=y])

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-05-02 23:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-05-02 23:25 [linux-next:master 6160/10463] ad9739a.c:undefined reference to `__spi_register_driver' kernel test robot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.