Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755385Ab0DPGjJ (ORCPT ); Fri, 16 Apr 2010 02:39:09 -0400 Received: from cn.fujitsu.com ([222.73.24.84]:65336 "EHLO song.cn.fujitsu.com" rhost-flags-OK-FAIL-OK-OK) by vger.kernel.org with ESMTP id S1754568Ab0DPGjH (ORCPT ); Fri, 16 Apr 2010 02:39:07 -0400 Message-ID: <4BC805C9.8020802@cn.fujitsu.com> Date: Fri, 16 Apr 2010 14:38:01 +0800 From: Gui Jianfeng User-Agent: Thunderbird 2.0.0.24 (Windows/20100228) MIME-Version: 1.0 To: Jens Axboe CC: Vivek Goyal , Divyesh Shah , linux kernel mailing list Subject: [PATCH] io-controller: including "linux/sched.h" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 742 Lines: 27 Include sched.h explicitly since sched_clock() is called. Signed-off-by: Gui Jianfeng --- block/blk-cgroup.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/block/blk-cgroup.c b/block/blk-cgroup.c index 83930f6..ed6590e 100644 --- a/block/blk-cgroup.c +++ b/block/blk-cgroup.c @@ -19,6 +19,7 @@ #include #include "blk-cgroup.h" #include +#include #define MAX_KEY_LEN 100 -- 1.5.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/