[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <202411090141.pm0JwBtT-lkp@intel.com>
Date: Sat, 9 Nov 2024 01:36:04 +0800
From: kernel test robot <lkp@...el.com>
To: "Ramon Cristopher M. Calam" <ramoncristopher.calam@...log.com>,
linux-kernel@...r.kernel.org, devicetree@...r.kernel.org
Cc: llvm@...ts.linux.dev, oe-kbuild-all@...ts.linux.dev,
Liam Girdwood <lgirdwood@...il.com>,
Mark Brown <broonie@...nel.org>, Rob Herring <robh@...nel.org>,
Krzysztof Kozlowski <krzk@...nel.org>,
Conor Dooley <conor+dt@...nel.org>,
Cristopher Calam <ramoncristopher.calam@...log.com>
Subject: Re: [PATCH 1/2] regulator: lt8722: Add driver for LT8722
Hi Ramon,
kernel test robot noticed the following build errors:
[auto build test ERROR on e18da71634d12a94a15138947538ef2f0ac22746]
url: https://github.com/intel-lab-lkp/linux/commits/Ramon-Cristopher-M-Calam/regulator-lt8722-Add-driver-for-LT8722/20241108-174141
base: e18da71634d12a94a15138947538ef2f0ac22746
patch link: https://lore.kernel.org/r/20241108093544.9492-2-ramoncristopher.calam%40analog.com
patch subject: [PATCH 1/2] regulator: lt8722: Add driver for LT8722
config: hexagon-allmodconfig (https://download.01.org/0day-ci/archive/20241109/202411090141.pm0JwBtT-lkp@intel.com/config)
compiler: clang version 20.0.0git (https://github.com/llvm/llvm-project 592c0fe55f6d9a811028b5f3507be91458ab2713)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20241109/202411090141.pm0JwBtT-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@...el.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202411090141.pm0JwBtT-lkp@intel.com/
All errors (new ones prefixed by >>):
>> drivers/regulator/lt8722-regulator.c:8:10: fatal error: 'asm/unaligned.h' file not found
8 | #include <asm/unaligned.h>
| ^~~~~~~~~~~~~~~~~
1 error generated.
Kconfig warnings: (for reference only)
WARNING: unmet direct dependencies detected for GET_FREE_REGION
Depends on [n]: SPARSEMEM [=n]
Selected by [m]:
- RESOURCE_KUNIT_TEST [=m] && RUNTIME_TESTING_MENU [=y] && KUNIT [=m]
vim +8 drivers/regulator/lt8722-regulator.c
> 8 #include <asm/unaligned.h>
9 #include <linux/bitfield.h>
10 #include <linux/bits.h>
11 #include <linux/crc8.h>
12 #include <linux/delay.h>
13 #include <linux/gpio.h>
14 #include <linux/math.h>
15 #include <linux/module.h>
16 #include <linux/regulator/driver.h>
17 #include <linux/regulator/machine.h>
18 #include <linux/regulator/of_regulator.h>
19 #include <linux/spi/spi.h>
20 #include <linux/util_macros.h>
21
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
Powered by blists - more mailing lists