From: Andrew Morton Date: Wed, 13 Mar 2013 21:59:30 +0000 (-0700) Subject: include/linux/res_counter.h needs errno.h X-Git-Tag: upstream/snapshot3+hdmi~5517^2~17 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ebf47beb660e5580df7bee06d5cf9d37c0f22fac;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git include/linux/res_counter.h needs errno.h alpha allmodconfig: In file included from mm/memcontrol.c:28: include/linux/res_counter.h: In function 'res_counter_set_limit': include/linux/res_counter.h:203: error: 'EBUSY' undeclared (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.) Cc: Kamezawa Hiroyuki Cc: Glauber Costa Cc: Tejun Heo Cc: Frederic Weisbecker Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/include/linux/res_counter.h b/include/linux/res_counter.h index 5ae8456..c230994 100644 --- a/include/linux/res_counter.h +++ b/include/linux/res_counter.h @@ -14,6 +14,7 @@ */ #include +#include /* * The core object. the cgroup that wishes to account for some