From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932977Ab3CEDiG (ORCPT ); Mon, 4 Mar 2013 22:38:06 -0500 Received: from szxga02-in.huawei.com ([119.145.14.65]:17520 "EHLO szxga02-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932133Ab3CEDiE (ORCPT ); Mon, 4 Mar 2013 22:38:04 -0500 Message-ID: <5135688E.5080604@huawei.com> Date: Tue, 5 Mar 2013 11:37:50 +0800 From: Li Zefan User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:17.0) Gecko/20130215 Thunderbird/17.0.3 MIME-Version: 1.0 To: Andrew Morton CC: lkml , cgroups , Tejun Heo Subject: [PATCH] res_counter: remove include of cgroup.h from res_counter.h Content-Type: text/plain; charset="GB2312" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.135.68.215] X-CFilter-Loop: Reflected Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org It's not needed at all. Signed-off-by: Li Zefan --- include/linux/res_counter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/res_counter.h b/include/linux/res_counter.h index 5ae8456..a83a849 100644 --- a/include/linux/res_counter.h +++ b/include/linux/res_counter.h @@ -13,7 +13,7 @@ * info about what this counter is. */ -#include +#include /* * The core object. the cgroup that wishes to account for some -- 1.8.0.2