aboutsummaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorJiang Liu <[email protected]>2013-07-03 15:04:34 -0700
committerLinus Torvalds <[email protected]>2013-07-03 16:07:39 -0700
commite1280be0d8614be94e5bef48b6c830dfa03e82a7 (patch)
tree6bcce2ec66882e5c3a14bcddc50c9af7d693ab53 /include/linux
parente3a466b29fc3da335a5a5b695ca6da980d157070 (diff)
mm: kill free_all_bootmem_node()
Now nobody makes use of free_all_bootmem_node(), kill it. Signed-off-by: Jiang Liu <[email protected]> Cc: Johannes Weiner <[email protected]> Cc: "David S. Miller" <[email protected]> Cc: Yinghai Lu <[email protected]> Acked-by: Tejun Heo <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/bootmem.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/bootmem.h b/include/linux/bootmem.h
index 0e48c3221d82..f1f07d31a3af 100644
--- a/include/linux/bootmem.h
+++ b/include/linux/bootmem.h
@@ -44,7 +44,6 @@ extern unsigned long init_bootmem_node(pg_data_t *pgdat,
unsigned long endpfn);
extern unsigned long init_bootmem(unsigned long addr, unsigned long memend);
-extern unsigned long free_all_bootmem_node(pg_data_t *pgdat);
extern unsigned long free_all_bootmem(void);
extern void reset_all_zones_managed_pages(void);