linux-fbdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: kernel test robot <rong.a.chen@intel.com>
To: Ingo Molnar <mingo@kernel.org>
Cc: kbuild-all@lists.01.org, linux-kernel@vger.kernel.org,
	x86@kernel.org, Lee Jones <lee.jones@linaro.org>,
	Daniel Thompson <daniel.thompson@linaro.org>,
	Jingoo Han <jingoohan1@gmail.com>,
	Support Opensource <support.opensource@diasemi.com>,
	dri-devel@lists.freedesktop.org, linux-fbdev@vger.kernel.org
Subject: [RFC PATCH tip] sched/headers, fb: fix duplicated inclusion
Date: Tue, 15 Jun 2021 09:09:42 +0800	[thread overview]
Message-ID: <20210615010941.GN237458@shao2-debian> (raw)
In-Reply-To: <20210615010853.GM237458@shao2-debian>

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>

      reply	other threads:[~2021-06-15  3:13 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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:09 ` kernel test robot [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210615010941.GN237458@shao2-debian \
    --to=rong.a.chen@intel.com \
    --cc=daniel.thompson@linaro.org \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=jingoohan1@gmail.com \
    --cc=kbuild-all@lists.01.org \
    --cc=lee.jones@linaro.org \
    --cc=linux-fbdev@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@kernel.org \
    --cc=support.opensource@diasemi.com \
    --cc=x86@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).