From patchwork Wed May 25 17:02:38 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Joe Perches X-Patchwork-Id: 97382 Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 631A2B6F8A for ; Thu, 26 May 2011 03:05:11 +1000 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756128Ab1EYRCr (ORCPT ); Wed, 25 May 2011 13:02:47 -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 Received: from atheros-desktop.home (unknown [192.168.1.161]) by mail.perches.com (Postfix) with ESMTP id 9886E24368; Wed, 25 May 2011 10:02:33 -0700 (PDT) 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-ext4-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-ext4@vger.kernel.org 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