All of lore.kernel.org
 help / color / mirror / Atom feed
* [tip:tmp.tmp2 302/364] drivers/video/backlight/rave-sp-backlight.c: linux/backlight.h is included more than once.
@ 2021-06-15  1:08 ` kernel test robot
  0 siblings, 0 replies; 7+ messages in thread
From: kernel test robot @ 2021-06-15  1:08 UTC (permalink / raw)
  To: Ingo Molnar
  Cc: kbuild-all, linux-kernel, x86, Lee Jones, Daniel Thompson,
	Jingoo Han, Support Opensource, dri-devel, linux-fbdev

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tmp.tmp2
head:   adcceb5eb7aee38e4a9c15bdf599655f0e1b1324
commit: 3fb8658426ac271948eb757e1c5a5554afdc5cf8 [302/364] sched/headers, fb: Simplify <linux/fb.h> dependencies
compiler: gcc-9 (Debian 9.3.0-22) 9.3.0

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>


includecheck warnings: (new ones prefixed by >>)
>> drivers/video/backlight/rave-sp-backlight.c: linux/backlight.h is included more than once.
--
>> drivers/video/backlight/lm3639_bl.c: linux/backlight.h is included more than once.
--
>> drivers/video/backlight/kb3886_bl.c: linux/backlight.h is included more than once.
--
>> drivers/video/backlight/da9052_bl.c: linux/backlight.h is included more than once.
--
>> drivers/video/backlight/cr_bllcd.c: linux/backlight.h is included more than once.

Please review and possibly fold the followup patch.

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [tip:tmp.tmp2 302/364] drivers/video/backlight/rave-sp-backlight.c: linux/backlight.h is included more than once.
@ 2021-06-15  1:08 ` kernel test robot
  0 siblings, 0 replies; 7+ messages in thread
From: kernel test robot @ 2021-06-15  1:08 UTC (permalink / raw)
  To: Ingo Molnar
  Cc: Daniel Thompson, kbuild-all, Support Opensource, Jingoo Han, x86,
	linux-kernel, dri-devel, linux-fbdev, Lee Jones

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tmp.tmp2
head:   adcceb5eb7aee38e4a9c15bdf599655f0e1b1324
commit: 3fb8658426ac271948eb757e1c5a5554afdc5cf8 [302/364] sched/headers, fb: Simplify <linux/fb.h> dependencies
compiler: gcc-9 (Debian 9.3.0-22) 9.3.0

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>


includecheck warnings: (new ones prefixed by >>)
>> drivers/video/backlight/rave-sp-backlight.c: linux/backlight.h is included more than once.
--
>> drivers/video/backlight/lm3639_bl.c: linux/backlight.h is included more than once.
--
>> drivers/video/backlight/kb3886_bl.c: linux/backlight.h is included more than once.
--
>> drivers/video/backlight/da9052_bl.c: linux/backlight.h is included more than once.
--
>> drivers/video/backlight/cr_bllcd.c: linux/backlight.h is included more than once.

Please review and possibly fold the followup patch.

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [tip:tmp.tmp2 302/364] drivers/video/backlight/rave-sp-backlight.c: linux/backlight.h is included more than once.
@ 2021-06-15  1:08 ` kernel test robot
  0 siblings, 0 replies; 7+ messages in thread
From: kernel test robot @ 2021-06-15  1:08 UTC (permalink / raw)
  To: kbuild-all

[-- Attachment #1: Type: text/plain, Size: 1081 bytes --]

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tmp.tmp2
head:   adcceb5eb7aee38e4a9c15bdf599655f0e1b1324
commit: 3fb8658426ac271948eb757e1c5a5554afdc5cf8 [302/364] sched/headers, fb: Simplify <linux/fb.h> dependencies
compiler: gcc-9 (Debian 9.3.0-22) 9.3.0

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>


includecheck warnings: (new ones prefixed by >>)
>> drivers/video/backlight/rave-sp-backlight.c: linux/backlight.h is included more than once.
--
>> drivers/video/backlight/lm3639_bl.c: linux/backlight.h is included more than once.
--
>> drivers/video/backlight/kb3886_bl.c: linux/backlight.h is included more than once.
--
>> drivers/video/backlight/da9052_bl.c: linux/backlight.h is included more than once.
--
>> drivers/video/backlight/cr_bllcd.c: linux/backlight.h is included more than once.

Please review and possibly fold the followup patch.

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [RFC PATCH tip] sched/headers, fb: fix duplicated inclusion
  2021-06-15  1:08 ` kernel test robot
  (?)
@ 2021-06-15  1:09   ` kernel test robot
  -1 siblings, 0 replies; 7+ messages in thread
From: kernel test robot @ 2021-06-15  1:09 UTC (permalink / raw)
  To: Ingo Molnar
  Cc: kbuild-all, linux-kernel, x86, Lee Jones, Daniel Thompson,
	Jingoo Han, Support Opensource, dri-devel, linux-fbdev

drivers/video/backlight/rave-sp-backlight.c: linux/backlight.h is included more than once.
drivers/video/backlight/lm3639_bl.c: linux/backlight.h is included more than once.
drivers/video/backlight/kb3886_bl.c: linux/backlight.h is included more than once.
drivers/video/backlight/da9052_bl.c: linux/backlight.h is included more than once.
drivers/video/backlight/cr_bllcd.c: linux/backlight.h is included more than once.

Generated by: scripts/checkincludes.pl

Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: kernel test robot <lkp@intel.com>
---
 cr_bllcd.c          |    1 -
 da9052_bl.c         |    1 -
 kb3886_bl.c         |    1 -
 lm3639_bl.c         |    1 -
 rave-sp-backlight.c |    1 -
 5 files changed, 5 deletions(-)

diff --git a/drivers/video/backlight/cr_bllcd.c b/drivers/video/backlight/cr_bllcd.c
index aa94e1dfbc2c4..570105c7c5f22 100644
--- a/drivers/video/backlight/cr_bllcd.c
+++ b/drivers/video/backlight/cr_bllcd.c
@@ -21,7 +21,6 @@
 #include <linux/platform_device.h>
 #include <linux/mutex.h>
 #include <linux/fb.h>
-#include <linux/backlight.h>
 #include <linux/lcd.h>
 #include <linux/pci.h>
 #include <linux/slab.h>
diff --git a/drivers/video/backlight/da9052_bl.c b/drivers/video/backlight/da9052_bl.c
index d805c57e8f9ac..3bdec323e98e7 100644
--- a/drivers/video/backlight/da9052_bl.c
+++ b/drivers/video/backlight/da9052_bl.c
@@ -7,7 +7,6 @@
  * Author: David Dajun Chen <dchen@diasemi.com>
  */
 
-#include <linux/backlight.h>
 #include <linux/delay.h>
 #include <linux/fb.h>
 #include <linux/module.h>
diff --git a/drivers/video/backlight/kb3886_bl.c b/drivers/video/backlight/kb3886_bl.c
index 55800c904338c..3088455c03603 100644
--- a/drivers/video/backlight/kb3886_bl.c
+++ b/drivers/video/backlight/kb3886_bl.c
@@ -13,7 +13,6 @@
 #include <linux/platform_device.h>
 #include <linux/mutex.h>
 #include <linux/fb.h>
-#include <linux/backlight.h>
 #include <linux/delay.h>
 #include <linux/dmi.h>
 #include <linux/backlight.h>
diff --git a/drivers/video/backlight/lm3639_bl.c b/drivers/video/backlight/lm3639_bl.c
index df26b7768eb9c..30731a8bb063e 100644
--- a/drivers/video/backlight/lm3639_bl.c
+++ b/drivers/video/backlight/lm3639_bl.c
@@ -7,7 +7,6 @@
 #include <linux/slab.h>
 #include <linux/i2c.h>
 #include <linux/leds.h>
-#include <linux/backlight.h>
 #include <linux/err.h>
 #include <linux/delay.h>
 #include <linux/uaccess.h>
diff --git a/drivers/video/backlight/rave-sp-backlight.c b/drivers/video/backlight/rave-sp-backlight.c
index 71419c384293c..2dd46c32f6150 100644
--- a/drivers/video/backlight/rave-sp-backlight.c
+++ b/drivers/video/backlight/rave-sp-backlight.c
@@ -7,7 +7,6 @@
  *
  */
 
-#include <linux/backlight.h>
 #include <linux/kernel.h>
 #include <linux/module.h>
 #include <linux/mfd/rave-sp.h>

^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [RFC PATCH tip] sched/headers, fb: fix duplicated inclusion
@ 2021-06-15  1:09   ` kernel test robot
  0 siblings, 0 replies; 7+ messages in thread
From: kernel test robot @ 2021-06-15  1:09 UTC (permalink / raw)
  To: Ingo Molnar
  Cc: Daniel Thompson, kbuild-all, Support Opensource, Jingoo Han, x86,
	linux-kernel, dri-devel, linux-fbdev, Lee Jones

drivers/video/backlight/rave-sp-backlight.c: linux/backlight.h is included more than once.
drivers/video/backlight/lm3639_bl.c: linux/backlight.h is included more than once.
drivers/video/backlight/kb3886_bl.c: linux/backlight.h is included more than once.
drivers/video/backlight/da9052_bl.c: linux/backlight.h is included more than once.
drivers/video/backlight/cr_bllcd.c: linux/backlight.h is included more than once.

Generated by: scripts/checkincludes.pl

Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: kernel test robot <lkp@intel.com>
---
 cr_bllcd.c          |    1 -
 da9052_bl.c         |    1 -
 kb3886_bl.c         |    1 -
 lm3639_bl.c         |    1 -
 rave-sp-backlight.c |    1 -
 5 files changed, 5 deletions(-)

diff --git a/drivers/video/backlight/cr_bllcd.c b/drivers/video/backlight/cr_bllcd.c
index aa94e1dfbc2c4..570105c7c5f22 100644
--- a/drivers/video/backlight/cr_bllcd.c
+++ b/drivers/video/backlight/cr_bllcd.c
@@ -21,7 +21,6 @@
 #include <linux/platform_device.h>
 #include <linux/mutex.h>
 #include <linux/fb.h>
-#include <linux/backlight.h>
 #include <linux/lcd.h>
 #include <linux/pci.h>
 #include <linux/slab.h>
diff --git a/drivers/video/backlight/da9052_bl.c b/drivers/video/backlight/da9052_bl.c
index d805c57e8f9ac..3bdec323e98e7 100644
--- a/drivers/video/backlight/da9052_bl.c
+++ b/drivers/video/backlight/da9052_bl.c
@@ -7,7 +7,6 @@
  * Author: David Dajun Chen <dchen@diasemi.com>
  */
 
-#include <linux/backlight.h>
 #include <linux/delay.h>
 #include <linux/fb.h>
 #include <linux/module.h>
diff --git a/drivers/video/backlight/kb3886_bl.c b/drivers/video/backlight/kb3886_bl.c
index 55800c904338c..3088455c03603 100644
--- a/drivers/video/backlight/kb3886_bl.c
+++ b/drivers/video/backlight/kb3886_bl.c
@@ -13,7 +13,6 @@
 #include <linux/platform_device.h>
 #include <linux/mutex.h>
 #include <linux/fb.h>
-#include <linux/backlight.h>
 #include <linux/delay.h>
 #include <linux/dmi.h>
 #include <linux/backlight.h>
diff --git a/drivers/video/backlight/lm3639_bl.c b/drivers/video/backlight/lm3639_bl.c
index df26b7768eb9c..30731a8bb063e 100644
--- a/drivers/video/backlight/lm3639_bl.c
+++ b/drivers/video/backlight/lm3639_bl.c
@@ -7,7 +7,6 @@
 #include <linux/slab.h>
 #include <linux/i2c.h>
 #include <linux/leds.h>
-#include <linux/backlight.h>
 #include <linux/err.h>
 #include <linux/delay.h>
 #include <linux/uaccess.h>
diff --git a/drivers/video/backlight/rave-sp-backlight.c b/drivers/video/backlight/rave-sp-backlight.c
index 71419c384293c..2dd46c32f6150 100644
--- a/drivers/video/backlight/rave-sp-backlight.c
+++ b/drivers/video/backlight/rave-sp-backlight.c
@@ -7,7 +7,6 @@
  *
  */
 
-#include <linux/backlight.h>
 #include <linux/kernel.h>
 #include <linux/module.h>
 #include <linux/mfd/rave-sp.h>

^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [RFC PATCH tip] sched/headers, fb: fix duplicated inclusion
@ 2021-06-15  1:09   ` kernel test robot
  0 siblings, 0 replies; 7+ messages in thread
From: kernel test robot @ 2021-06-15  1:09 UTC (permalink / raw)
  To: kbuild-all

[-- Attachment #1: Type: text/plain, Size: 2854 bytes --]

drivers/video/backlight/rave-sp-backlight.c: linux/backlight.h is included more than once.
drivers/video/backlight/lm3639_bl.c: linux/backlight.h is included more than once.
drivers/video/backlight/kb3886_bl.c: linux/backlight.h is included more than once.
drivers/video/backlight/da9052_bl.c: linux/backlight.h is included more than once.
drivers/video/backlight/cr_bllcd.c: linux/backlight.h is included more than once.

Generated by: scripts/checkincludes.pl

Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: kernel test robot <lkp@intel.com>
---
 cr_bllcd.c          |    1 -
 da9052_bl.c         |    1 -
 kb3886_bl.c         |    1 -
 lm3639_bl.c         |    1 -
 rave-sp-backlight.c |    1 -
 5 files changed, 5 deletions(-)

diff --git a/drivers/video/backlight/cr_bllcd.c b/drivers/video/backlight/cr_bllcd.c
index aa94e1dfbc2c4..570105c7c5f22 100644
--- a/drivers/video/backlight/cr_bllcd.c
+++ b/drivers/video/backlight/cr_bllcd.c
@@ -21,7 +21,6 @@
 #include <linux/platform_device.h>
 #include <linux/mutex.h>
 #include <linux/fb.h>
-#include <linux/backlight.h>
 #include <linux/lcd.h>
 #include <linux/pci.h>
 #include <linux/slab.h>
diff --git a/drivers/video/backlight/da9052_bl.c b/drivers/video/backlight/da9052_bl.c
index d805c57e8f9ac..3bdec323e98e7 100644
--- a/drivers/video/backlight/da9052_bl.c
+++ b/drivers/video/backlight/da9052_bl.c
@@ -7,7 +7,6 @@
  * Author: David Dajun Chen <dchen@diasemi.com>
  */
 
-#include <linux/backlight.h>
 #include <linux/delay.h>
 #include <linux/fb.h>
 #include <linux/module.h>
diff --git a/drivers/video/backlight/kb3886_bl.c b/drivers/video/backlight/kb3886_bl.c
index 55800c904338c..3088455c03603 100644
--- a/drivers/video/backlight/kb3886_bl.c
+++ b/drivers/video/backlight/kb3886_bl.c
@@ -13,7 +13,6 @@
 #include <linux/platform_device.h>
 #include <linux/mutex.h>
 #include <linux/fb.h>
-#include <linux/backlight.h>
 #include <linux/delay.h>
 #include <linux/dmi.h>
 #include <linux/backlight.h>
diff --git a/drivers/video/backlight/lm3639_bl.c b/drivers/video/backlight/lm3639_bl.c
index df26b7768eb9c..30731a8bb063e 100644
--- a/drivers/video/backlight/lm3639_bl.c
+++ b/drivers/video/backlight/lm3639_bl.c
@@ -7,7 +7,6 @@
 #include <linux/slab.h>
 #include <linux/i2c.h>
 #include <linux/leds.h>
-#include <linux/backlight.h>
 #include <linux/err.h>
 #include <linux/delay.h>
 #include <linux/uaccess.h>
diff --git a/drivers/video/backlight/rave-sp-backlight.c b/drivers/video/backlight/rave-sp-backlight.c
index 71419c384293c..2dd46c32f6150 100644
--- a/drivers/video/backlight/rave-sp-backlight.c
+++ b/drivers/video/backlight/rave-sp-backlight.c
@@ -7,7 +7,6 @@
  *
  */
 
-#include <linux/backlight.h>
 #include <linux/kernel.h>
 #include <linux/module.h>
 #include <linux/mfd/rave-sp.h>

^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [tip:tmp.tmp2 302/364] drivers/video/backlight/rave-sp-backlight.c: linux/backlight.h is included more than once.
@ 2021-06-13 21:42 kernel test robot
  0 siblings, 0 replies; 7+ messages in thread
From: kernel test robot @ 2021-06-13 21:42 UTC (permalink / raw)
  To: kbuild

[-- Attachment #1: Type: text/plain, Size: 1568 bytes --]

CC: kbuild-all(a)lists.01.org
CC: linux-kernel(a)vger.kernel.org
CC: x86(a)kernel.org
TO: Ingo Molnar <mingo@kernel.org>
CC: Lee Jones <lee.jones@linaro.org>
CC: Daniel Thompson <daniel.thompson@linaro.org>
CC: Jingoo Han <jingoohan1@gmail.com>
CC: Support Opensource <support.opensource@diasemi.com>
CC: dri-devel(a)lists.freedesktop.org
CC: linux-fbdev(a)vger.kernel.org
CC: linux-kernel(a)vger.kernel.org

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tmp.tmp2
head:   adcceb5eb7aee38e4a9c15bdf599655f0e1b1324
commit: 3fb8658426ac271948eb757e1c5a5554afdc5cf8 [302/364] sched/headers, fb: Simplify <linux/fb.h> dependencies
:::::: branch date: 3 hours ago
:::::: commit date: 3 hours ago
compiler: gcc-9 (Debian 9.3.0-22) 9.3.0

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>


includecheck warnings: (new ones prefixed by >>)
>> drivers/video/backlight/rave-sp-backlight.c: linux/backlight.h is included more than once.
--
>> drivers/video/backlight/lm3639_bl.c: linux/backlight.h is included more than once.
--
>> drivers/video/backlight/kb3886_bl.c: linux/backlight.h is included more than once.
--
>> drivers/video/backlight/da9052_bl.c: linux/backlight.h is included more than once.
--
>> drivers/video/backlight/cr_bllcd.c: linux/backlight.h is included more than once.

Please review and possibly fold the followup patch.

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2021-06-15  3:17 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-15  1:08 [tip:tmp.tmp2 302/364] drivers/video/backlight/rave-sp-backlight.c: linux/backlight.h is included more than once kernel test robot
2021-06-15  1:08 ` kernel test robot
2021-06-15  1:08 ` kernel test robot
2021-06-15  1:09 ` [RFC PATCH tip] sched/headers, fb: fix duplicated inclusion kernel test robot
2021-06-15  1:09   ` kernel test robot
2021-06-15  1:09   ` kernel test robot
  -- strict thread matches above, loose matches on Subject: below --
2021-06-13 21:42 [tip:tmp.tmp2 302/364] drivers/video/backlight/rave-sp-backlight.c: linux/backlight.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.