Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757897AbXKGJDb (ORCPT ); Wed, 7 Nov 2007 04:03:31 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756319AbXKGJDM (ORCPT ); Wed, 7 Nov 2007 04:03:12 -0500 Received: from nf-out-0910.google.com ([64.233.182.190]:46333 "EHLO nf-out-0910.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753122AbXKGJDL (ORCPT ); Wed, 7 Nov 2007 04:03:11 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:user-agent:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding; b=GC5pwjgbNa0XU8oU1yH6ETDdPRi2tpeIOxBa6vOQ2bNMjE6hMLhmm2/y+uUPTB5KKDeb+nQ2AJloyj/XawNWzuEwGe+GpAIOGb36lXPcBpCLHy8BzhjenJ9LUxLVqv53fZ0RE7t1fRsK4RKYWg2HlcMuIG0jy14Tus9qwaRgemw= Message-ID: <47317F4B.1070405@gmail.com> Date: Wed, 07 Nov 2007 10:03:07 +0100 From: Jiri Olsa User-Agent: Thunderbird 2.0.0.6 (X11/20070728) MIME-Version: 1.0 To: linux-kernel@vger.kernel.org Subject: Re: [PATCH] kernel: Removing duplicit #includes References: <473178B5.6090405@gmail.com> In-Reply-To: <473178B5.6090405@gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1844 Lines: 62 sorry, the patch is mangled, I will resend another Jiri Olsa wrote: > Removing duplicit #includes for kernel/ > Signed-off-by: Jiri Olsa > --- > kernel/printk.c | 1 - > kernel/profile.c | 2 -- > kernel/sysctl.c | 1 - > 3 files changed, 0 insertions(+), 4 deletions(-) > > diff --git a/kernel/printk.c b/kernel/printk.c > index a30fe33..3f06748 100644 > --- a/kernel/printk.c > +++ b/kernel/printk.c > @@ -32,7 +32,6 @@ > #include > #include > #include > -#include > > #include > > diff --git a/kernel/profile.c b/kernel/profile.c > index 5e95330..92b71ea 100644 > --- a/kernel/profile.c > +++ b/kernel/profile.c > @@ -20,7 +20,6 @@ > #include > #include > #include > -#include > #include > #include > #include > @@ -425,7 +424,6 @@ void profile_tick(int type) > #ifdef CONFIG_PROC_FS > #include > #include > -#include > > static int prof_cpu_mask_read_proc (char *page, char **start, off_t off, > int count, int *eof, void *data) > diff --git a/kernel/sysctl.c b/kernel/sysctl.c > index 3b4efbe..5aec15e 100644 > --- a/kernel/sysctl.c > +++ b/kernel/sysctl.c > @@ -37,7 +37,6 @@ > #include > #include > #include > -#include > #include > #include > #include > - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/