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-Url: http://git.maquefel.me/?a=commitdiff_plain;h=066602943521d64f8ac5e6824fdd91580024b44d;p=linux.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 f75ab4c1b2811..ecfd0ea406619 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