From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751210AbdLNIlM (ORCPT ); Thu, 14 Dec 2017 03:41:12 -0500 Received: from mx0a-001b2d01.pphosted.com ([148.163.156.1]:41900 "EHLO mx0a-001b2d01.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751076AbdLNIlL (ORCPT ); Thu, 14 Dec 2017 03:41:11 -0500 Date: Thu, 14 Dec 2017 09:40:58 +0100 From: Heiko Carstens To: Pravin Shedge Cc: schwidefsky@de.ibm.com, gregkh@linuxfoundation.org, mingo@kernel.org, labbott@redhat.com, tglx@linutronix.de, linux-s390@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 39/45] arch/s390: remove duplicate includes References: <1512930417-4796-1-git-send-email-pravin.shedge4linux@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1512930417-4796-1-git-send-email-pravin.shedge4linux@gmail.com> X-TM-AS-GCONF: 00 x-cbid: 17121408-0016-0000-0000-0000050CF977 X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 17121408-0017-0000-0000-00002849124C Message-Id: <20171214084058.GC4238@osiris> X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2017-12-14_03:,, signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 priorityscore=1501 malwarescore=0 suspectscore=2 phishscore=0 bulkscore=0 spamscore=0 clxscore=1015 lowpriorityscore=0 impostorscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1709140000 definitions=main-1712140126 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Dec 10, 2017 at 11:56:57PM +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 > --- > arch/s390/kernel/kprobes.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/arch/s390/kernel/kprobes.c b/arch/s390/kernel/kprobes.c > index af3722c..943d13e 100644 > --- a/arch/s390/kernel/kprobes.c > +++ b/arch/s390/kernel/kprobes.c > @@ -20,7 +20,6 @@ > #include > #include > #include > -#include > #include Applied, thanks.