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 <l...@intel.com>
| Closes: https://lore.kernel.org/r/202406191516.nzayixgl-...@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

Reply via email to