Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756309Ab1EYRCu (ORCPT ); Wed, 25 May 2011 13:02:50 -0400 Received: from mail.perches.com ([173.55.12.10]:2013 "EHLO mail.perches.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756057Ab1EYRCp (ORCPT ); Wed, 25 May 2011 13:02:45 -0400 From: Joe Perches To: Geert Uytterhoeven , "Theodore Ts'o" , Andreas Dilger , Robert Richter Cc: Andrew Morton , Randy Dunlap , linux-ext4@vger.kernel.org, linux-kernel@vger.kernel.org, oprofile-list@lists.sf.net Subject: [PATCH 1/4] treewide: Remove direct includes of printk.h Date: Wed, 25 May 2011 10:02:38 -0700 Message-Id: <16b4d3f7016443ed5e9ab580cde3c5e7cf1cc553.1306342673.git.joe@perches.com> X-Mailer: git-send-email 1.7.4.rc3 In-Reply-To: References: In-Reply-To: References: Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1782 Lines: 65 Make the uses kernel.h instead. Signed-off-by: Joe Perches --- fs/ext4/inode.c | 1 - include/linux/oprofile.h | 2 +- kernel/sysctl.c | 3 +-- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/fs/ext4/inode.c b/fs/ext4/inode.c index 2e95819..cffecac 100644 --- a/fs/ext4/inode.c +++ b/fs/ext4/inode.c @@ -39,7 +39,6 @@ #include #include #include -#include #include #include diff --git a/include/linux/oprofile.h b/include/linux/oprofile.h index 7f5cfd3..ef7d5b1 100644 --- a/include/linux/oprofile.h +++ b/include/linux/oprofile.h @@ -14,10 +14,10 @@ #define OPROFILE_H #include +#include #include #include #include -#include #include /* Each escaped entry is prefixed by ESCAPE_CODE diff --git a/kernel/sysctl.c b/kernel/sysctl.c index 4fc9244..814d227 100644 --- a/kernel/sysctl.c +++ b/kernel/sysctl.c @@ -24,14 +24,13 @@ #include #include #include -#include +#include #include #include #include #include #include #include -#include #include #include #include -- 1.7.4.rc3 -- 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/