From: Robert P. J. Day Date: Wed, 6 Nov 2013 21:18:25 +0000 (-0800) Subject: DocBook: include !Emm/util.c in kernel-api to include, kzfree and more X-Git-Tag: accepted/tizen/common/20141203.182822~318^2~60 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=066602943521d64f8ac5e6824fdd91580024b44d;p=platform%2Fkernel%2Flinux-arm64.git DocBook: include !Emm/util.c in kernel-api to include, kzfree and more Add the exported symbols from mm/util.c to the kernel-api memory management section, to pick up obvious routines like kzfree and krealloc. Signed-off-by: Robert P. J. Day Acked-by: Rob Landley Signed-off-by: Jiri Kosina --- diff --git a/Documentation/DocBook/kernel-api.tmpl b/Documentation/DocBook/kernel-api.tmpl index f75ab4c..ecfd0ea 100644 --- a/Documentation/DocBook/kernel-api.tmpl +++ b/Documentation/DocBook/kernel-api.tmpl @@ -109,6 +109,7 @@ X!Ilib/string.c The Slab Cache !Iinclude/linux/slab.h !Emm/slab.c +!Emm/util.c User Space Memory Access !Iarch/x86/include/asm/uaccess_32.h