From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751697AbZIXLVQ (ORCPT ); Thu, 24 Sep 2009 07:21:16 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751174AbZIXLVP (ORCPT ); Thu, 24 Sep 2009 07:21:15 -0400 Received: from hera.kernel.org ([140.211.167.34]:37008 "EHLO hera.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750710AbZIXLVO (ORCPT ); Thu, 24 Sep 2009 07:21:14 -0400 Subject: [PATCH] fs: includecheck fix: proc, kcore.c From: Jaswinder Singh Rajput To: KAMEZAWA Hiroyuki , Jiri Slaby , Ralf Baechle , Benjamin Herrenschmidt , WANG Cong , KOSAKI Motohiro , Andrew Morton , LKML Content-Type: text/plain Date: Thu, 24 Sep 2009 16:50:23 +0530 Message-Id: <1253791223.5860.16.camel@ht.satnam> Mime-Version: 1.0 X-Mailer: Evolution 2.24.5 (2.24.5-2.fc10) Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org fix the following 'make includecheck' warning: fs/proc/kcore.c: linux/mm.h is included more than once. Signed-off-by: Jaswinder Singh Rajput Cc: KAMEZAWA Hiroyuki Cc: Jiri Slaby Cc: Ralf Baechle Cc: Benjamin Herrenschmidt Cc: WANG Cong Cc: KOSAKI Motohiro Cc: Andrew Morton --- fs/proc/kcore.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/fs/proc/kcore.c b/fs/proc/kcore.c index 5601337..a44a789 100644 --- a/fs/proc/kcore.c +++ b/fs/proc/kcore.c @@ -23,7 +23,6 @@ #include #include #include -#include #include #include -- 1.6.0.6