* Re: [PATCH v1 2/2] iio: adc: Add basic support for MAX14001
[not found] <2919a00f86c1188b83446853bcb9740138d70f44.1755778212.git.marilene.agarcia@gmail.com>
@ 2025-08-22 6:52 ` kernel test robot
0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2025-08-22 6:52 UTC (permalink / raw)
To: Marilene Andrade Garcia, linux-iio, linux-kernel, devicetree
Cc: llvm, oe-kbuild-all, Marilene Andrade Garcia, Jonathan Cameron,
David Lechner, Nuno Sá, Andy Shevchenko, Lars-Peter Clausen,
Michael Hennerich, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
Marcelo Schmitt, Ceclan Dumitru, Jonathan Santos, Dragos Bogdan
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@intel.com/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@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/202508221427.TaHJJwvG-lkp@intel.com/
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2025-08-22 6:53 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <2919a00f86c1188b83446853bcb9740138d70f44.1755778212.git.marilene.agarcia@gmail.com>
2025-08-22 6:52 ` [PATCH v1 2/2] iio: adc: Add basic support for MAX14001 kernel test robot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).