Re: [PATCH v1 2/2] iio: adc: Add basic support for MAX14001
From: kernel test robot
Date: Fri Aug 22 2025 - 02:56:03 EST
Hi Marilene,
kernel test robot noticed the following build errors:
[auto build test ERROR on 7c680c4dbbb5365ad78ce661886ce1668ff40f9c]
url: https://github.com/intel-lab-lkp/linux/commits/Marilene-Andrade-Garcia/dt-bindings-iio-adc-Add-MAX14001/20250821-225647
base: 7c680c4dbbb5365ad78ce661886ce1668ff40f9c
patch link: https://lore.kernel.org/r/2919a00f86c1188b83446853bcb9740138d70f44.1755778212.git.marilene.agarcia%40gmail.com
patch subject: [PATCH v1 2/2] iio: adc: Add basic support for MAX14001
config: s390-allmodconfig (https://download.01.org/0day-ci/archive/20250822/202508221427.TaHJJwvG-lkp@xxxxxxxxx/config)
compiler: clang version 18.1.8 (https://github.com/llvm/llvm-project 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20250822/202508221427.TaHJJwvG-lkp@xxxxxxxxx/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@xxxxxxxxx>
| Closes: https://lore.kernel.org/oe-kbuild-all/202508221427.TaHJJwvG-lkp@xxxxxxxxx/
All errors (new ones prefixed by >>):
>> drivers/iio/adc/max14001.c:10:10: fatal error: 'asm/unaligned.h' file not found
10 | #include <asm/unaligned.h>
| ^~~~~~~~~~~~~~~~~
1 error generated.
vim +10 drivers/iio/adc/max14001.c
> 10 #include <asm/unaligned.h>
11 #include <linux/bitfield.h>
12 #include <linux/bitrev.h>
13 #include <linux/module.h>
14 #include <linux/spi/spi.h>
15 #include <linux/iio/iio.h>
16 #include <linux/regulator/consumer.h>
17
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki