diff options
author | Robert P. J. Day <rpjday@crashcourse.ca> | 2013-11-06 13:18:25 -0800 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2013-12-02 14:42:57 +0100 |
commit | 066602943521d64f8ac5e6824fdd91580024b44d (patch) | |
tree | 4393ef99f22fa93cf49619d4e91f2724355010b3 /Documentation/DocBook | |
parent | 2bb9936beac2eed0c1ed907f83694bc752e159d9 (diff) | |
download | linux-stable-066602943521d64f8ac5e6824fdd91580024b44d.tar.gz linux-stable-066602943521d64f8ac5e6824fdd91580024b44d.tar.bz2 linux-stable-066602943521d64f8ac5e6824fdd91580024b44d.zip |
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 <rpjday@crashcourse.ca>
Acked-by: Rob Landley <rob@landley.net>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'Documentation/DocBook')
-rw-r--r-- | Documentation/DocBook/kernel-api.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
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 <sect1><title>The Slab Cache</title> !Iinclude/linux/slab.h !Emm/slab.c +!Emm/util.c </sect1> <sect1><title>User Space Memory Access</title> !Iarch/x86/include/asm/uaccess_32.h |