[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <ZnLchTQAUz6j8/ez@rli9-mobl>
Date: Wed, 19 Jun 2024 21:26:29 +0800
From: kernel test robot <lkp@...el.com>
To: Dzmitry Sankouski <dsankouski@...il.com>, Sebastian Reichel
<sre@...nel.org>, Bjorn Andersson <andersson@...nel.org>, Michael Turquette
<mturquette@...libre.com>, Stephen Boyd <sboyd@...nel.org>, Neil Armstrong
<neil.armstrong@...aro.org>, Jessica Zhang <quic_jesszhan@...cinc.com>, "Sam
Ravnborg" <sam@...nborg.org>, Maarten Lankhorst
<maarten.lankhorst@...ux.intel.com>, Maxime Ripard <mripard@...nel.org>,
Thomas Zimmermann <tzimmermann@...e.de>, David Airlie <airlied@...il.com>,
Daniel Vetter <daniel@...ll.ch>, Rob Herring <robh@...nel.org>, "Krzysztof
Kozlowski" <krzk@...nel.org>, Conor Dooley <conor+dt@...nel.org>, Lee Jones
<lee@...nel.org>, Dmitry Torokhov <dmitry.torokhov@...il.com>, Pavel Machek
<pavel@....cz>, Liam Girdwood <lgirdwood@...il.com>, Mark Brown
<broonie@...nel.org>, Uwe Kleine-König
<ukleinek@...nel.org>, Konrad Dybcio <konrad.dybcio@...aro.org>, Chanwoo Choi
<cw00.choi@...sung.com>, <phone-devel@...r.kernel.org>
CC: <oe-kbuild-all@...ts.linux.dev>, <linux-pm@...r.kernel.org>,
<linux-kernel@...r.kernel.org>, <linux-arm-msm@...r.kernel.org>,
<linux-clk@...r.kernel.org>, <dri-devel@...ts.freedesktop.org>,
<devicetree@...r.kernel.org>
Subject: Re: [PATCH v3 18/23] regulator: add s2dos05 regulator support
Hi Dzmitry,
kernel test robot noticed the following build warnings:
[auto build test WARNING on 6906a84c482f098d31486df8dc98cead21cce2d0]
url: https://github.com/intel-lab-lkp/linux/commits/Dzmitry-Sankouski/power-supply-add-undervoltage-health-status-property/20240618-222456
base: 6906a84c482f098d31486df8dc98cead21cce2d0
patch link: https://lore.kernel.org/r/20240618-starqltechn_integration_upstream-v3-18-e3f6662017ac%40gmail.com
patch subject: [PATCH v3 18/23] regulator: add s2dos05 regulator support
:::::: branch date: 18 hours ago
:::::: commit date: 18 hours ago
compiler: clang version 18.1.5 (https://github.com/llvm/llvm-project 617a15a9eac96088ae5e9134248d8236e34b91b1)
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/r/202406191516.nzayiXgL-lkp@intel.com/
includecheck warnings: (new ones prefixed by >>)
>> drivers/regulator/s2dos05-regulator.c: linux/module.h is included more than once.
vim +10 drivers/regulator/s2dos05-regulator.c
> 10 #include <linux/module.h>
11 #include <linux/bug.h>
12 #include <linux/delay.h>
13 #include <linux/err.h>
14 #include <linux/slab.h>
> 15 #include <linux/module.h>
16 #include <linux/regmap.h>
17 #include <linux/interrupt.h>
18 #include <linux/platform_device.h>
19 #include <linux/regulator/driver.h>
20 #include <linux/regulator/machine.h>
21 #include <linux/regulator/of_regulator.h>
22 #include <linux/mfd/samsung/s2dos-core.h>
23 #include <linux/mfd/samsung/s2dos05.h>
24 #include <linux/i2c.h>
25 #include <linux/debugfs.h>
26
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
Powered by blists - more mailing lists