From mboxrd@z Thu Jan 1 00:00:00 1970 From: Geert Uytterhoeven Subject: [PATCH -next] res_counter: Add missing #include Date: Sat, 9 Mar 2013 09:51:17 +0100 Message-ID: <1362819077-14211-1-git-send-email-geert@linux-m68k.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Received: from jacques.telenet-ops.be ([195.130.132.50]:38100 "EHLO jacques.telenet-ops.be" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754823Ab3CIIvU (ORCPT ); Sat, 9 Mar 2013 03:51:20 -0500 Sender: linux-next-owner@vger.kernel.org List-ID: To: Li Zefan Cc: Tejun Heo , linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, Geert Uytterhoeven Commit 9259826ccb8165f797e4c2c9d17925b41af5f6ae ("res_counter: remove include of cgroup.h from res_counter.h") removed the indirect inclusion= of , breaking the build on m68k and sparc: In file included from mm/memcontrol.c:29: include/linux/res_counter.h: In function =E2=80=98res_counter_set_limit= =E2=80=99: include/linux/res_counter.h:203: error: =E2=80=98EBUSY=E2=80=99 undecla= red (first use in this function) include/linux/res_counter.h:203: error: (Each undeclared identifier is = reported only once include/linux/res_counter.h:203: error: for each function it appears in= =2E) Signed-off-by: Geert Uytterhoeven --- http://kisskb.ellerman.id.au/kisskb/buildresult/8342952/ http://kisskb.ellerman.id.au/kisskb/buildresult/8342757/ http://kisskb.ellerman.id.au/kisskb/buildresult/8342767/ include/linux/res_counter.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/include/linux/res_counter.h b/include/linux/res_counter.h index a83a849..f9822dc 100644 --- a/include/linux/res_counter.h +++ b/include/linux/res_counter.h @@ -13,6 +13,7 @@ * info about what this counter is. */ =20 +#include #include =20 /* --=20 1.7.0.4