From patchwork Tue Jun 15 01:09:42 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Chen, Rong A" X-Patchwork-Id: 12320325 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-15.3 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id BA1ADC2B9F4 for ; Tue, 15 Jun 2021 01:09:48 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 75325613DF for ; Tue, 15 Jun 2021 01:09:48 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 75325613DF Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=intel.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 044D66E0E4; Tue, 15 Jun 2021 01:09:48 +0000 (UTC) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by gabe.freedesktop.org (Postfix) with ESMTPS id 04D196E0E4 for ; Tue, 15 Jun 2021 01:09:46 +0000 (UTC) IronPort-SDR: yCH4qgPorUh4Td9u8EuRLTMpxceH8QgHy8UsuZ8cmJMhs2BDCt/8cfZchMPeJZ+EkH4pdZMvDi 1QbAEgnHBtWQ== X-IronPort-AV: E=McAfee;i="6200,9189,10015"; a="202879263" X-IronPort-AV: E=Sophos;i="5.83,273,1616482800"; d="scan'208";a="202879263" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Jun 2021 18:09:46 -0700 IronPort-SDR: sTaes4+9gmVh30N7ddQM1lqNPlIPL/XeS8T4HAr+XsPX3XZ11fkjoMnv9vlNVb03XGnsfaSGqI 0fckwWoXHe/g== X-IronPort-AV: E=Sophos;i="5.83,273,1616482800"; d="scan'208";a="451793118" Received: from shao2-debian.sh.intel.com (HELO localhost) ([10.239.13.11]) by fmsmga008-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Jun 2021 18:09:43 -0700 Date: Tue, 15 Jun 2021 09:09:42 +0800 From: kernel test robot To: Ingo Molnar Subject: [RFC PATCH tip] sched/headers, fb: fix duplicated inclusion Message-ID: <20210615010941.GN237458@shao2-debian> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20210615010853.GM237458@shao2-debian> User-Agent: Mutt/1.10.1 (2018-07-13) X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Daniel Thompson , kbuild-all@lists.01.org, Support Opensource , Jingoo Han , x86@kernel.org, linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, linux-fbdev@vger.kernel.org, Lee Jones Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" 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 Signed-off-by: kernel test robot --- 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 #include #include -#include #include #include #include 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 */ -#include #include #include #include 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 #include #include -#include #include #include #include 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 #include #include -#include #include #include #include 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 #include #include #include