From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751706AbdL0CKI (ORCPT ); Tue, 26 Dec 2017 21:10:08 -0500 Received: from mga05.intel.com ([192.55.52.43]:40320 "EHLO mga05.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751266AbdL0CKH (ORCPT ); Tue, 26 Dec 2017 21:10:07 -0500 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.45,462,1508828400"; d="scan'208";a="187294479" Message-ID: <1514340574.2755.5.camel@intel.com> Subject: Re: [PATCH 20/45] drivers: thermal: remove duplicate includes From: Zhang Rui To: Pravin Shedge , linux-pm@vger.kernel.org Cc: edubezval@gmail.com, linux-kernel@vger.kernel.org Date: Wed, 27 Dec 2017 10:09:34 +0800 In-Reply-To: <1512578405-4904-1-git-send-email-pravin.shedge4linux@gmail.com> References: <1512578405-4904-1-git-send-email-pravin.shedge4linux@gmail.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.18.5.2-0ubuntu3 Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 2017-12-06 at 22:10 +0530, Pravin Shedge wrote: > These duplicate includes have been found with > scripts/checkincludes.pl but > they have been removed manually to avoid removing false positives. > > Signed-off-by: Pravin Shedge applied. thanks, rui > --- >  drivers/thermal/of-thermal.c | 1 - >  1 file changed, 1 deletion(-) > > diff --git a/drivers/thermal/of-thermal.c b/drivers/thermal/of- > thermal.c > index d04ec3b..e09f035 100644 > --- a/drivers/thermal/of-thermal.c > +++ b/drivers/thermal/of-thermal.c > @@ -30,7 +30,6 @@ >  #include >  #include >  #include > -#include >   >  #include "thermal_core.h" >