* [tobetter:odroid-6.6.y 41/82] drivers/char/aml-gpiomem.c: linux/of.h is included more than once.
@ 2024-09-07 3:19 kernel test robot
0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2024-09-07 3:19 UTC (permalink / raw)
To: Steve Jeong; +Cc: oe-kbuild-all, Dongjin Kim
tree: https://github.com/tobetter/linux odroid-6.6.y
head: c970a63609188f53cf758a3dcd395e777150a29a
commit: 5e7a0fcf547e3b4f54e37972019abef8e78192a7 [41/82] ODROID-N2/C4: char: Add /dev/gpiomem device
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@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202409071144.FbASaTez-lkp@intel.com/
includecheck warnings: (new ones prefixed by >>)
>> drivers/char/aml-gpiomem.c: linux/of.h is included more than once.
vim +49 drivers/char/aml-gpiomem.c
> 49 #include <linux/of.h>
50 #include <linux/platform_device.h>
51 #include <linux/mm.h>
52 #include <linux/slab.h>
53 #include <linux/cdev.h>
54 #include <linux/pagemap.h>
55 #include <linux/io.h>
> 56 #include <linux/of.h>
57 #include <asm/pgtable.h>
58 #include <asm/io.h>
59
--
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:[~2024-09-07 3:20 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-07 3:19 [tobetter:odroid-6.6.y 41/82] drivers/char/aml-gpiomem.c: linux/of.h is included more than once kernel test robot
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.