]> rtime.felk.cvut.cz Git - can-eth-gw-linux.git/blobdiff - include/linux/bootmem.h
mm/bootmem.c: remove unused wrapper function reserve_bootmem_generic()
[can-eth-gw-linux.git] / include / linux / bootmem.h
index 7b74452c531769e0e032ad8eb05cda3bf4117fa7..3f778c27f8259aa91452fa85895890bcc7007f4f 100644 (file)
@@ -137,9 +137,6 @@ extern void *__alloc_bootmem_low_node(pg_data_t *pgdat,
 #define alloc_bootmem_low_pages_node(pgdat, x) \
        __alloc_bootmem_low_node(pgdat, x, PAGE_SIZE, 0)
 
-extern int reserve_bootmem_generic(unsigned long addr, unsigned long size,
-                                  int flags);
-
 #ifdef CONFIG_HAVE_ARCH_ALLOC_REMAP
 extern void *alloc_remap(int nid, unsigned long size);
 #else