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: Ubuntu-5.10.0-12.13~17619^2~39 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=066602943521d64f8ac5e6824fdd91580024b44d;p=mirror_ubuntu-hirsute-kernel.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 f75ab4c1b281..ecfd0ea40661 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