Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757865AbXKGIfU (ORCPT ); Wed, 7 Nov 2007 03:35:20 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756700AbXKGIfI (ORCPT ); Wed, 7 Nov 2007 03:35:08 -0500 Received: from nf-out-0910.google.com ([64.233.182.186]:6618 "EHLO nf-out-0910.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756659AbXKGIfH (ORCPT ); Wed, 7 Nov 2007 03:35:07 -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:content-type:content-transfer-encoding; b=H7Ae/Rsx9g5qK6lvd2MDU8Cp3v0LLMgA3TqOzZFgSOiAtZVlb9n1J1OqnKHv134F2AyFxk7+PHspOB72/9jLiu+2W5dZ7J054/2evrKEbFUTW1AFOfyIcTtst5/Xt6ihhmY2iG7Hs+Zk0k/kT6dHr3/p69cML0yHkhH7x8X1MnM= Message-ID: <473178B5.6090405@gmail.com> Date: Wed, 07 Nov 2007 09:35:01 +0100 From: Jiri Olsa User-Agent: Thunderbird 2.0.0.6 (X11/20070728) MIME-Version: 1.0 To: linux-kernel@vger.kernel.org Subject: [PATCH] kernel: Removing duplicit #includes Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1694 Lines: 57 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/