]> rtime.felk.cvut.cz Git - can-eth-gw-linux.git/blobdiff - mm/bootmem.c
mm/bootmem.c: remove unused wrapper function reserve_bootmem_generic()
[can-eth-gw-linux.git] / mm / bootmem.c
index 19262ac05dd2406ab785cb9d08510291f4eb5da5..1324cd74faec45dc2b0ba4f0b3fb0659640e9f25 100644 (file)
@@ -460,12 +460,6 @@ int __init reserve_bootmem(unsigned long addr, unsigned long size,
        return mark_bootmem(start, end, 1, flags);
 }
 
-int __weak __init reserve_bootmem_generic(unsigned long phys, unsigned long len,
-                                  int flags)
-{
-       return reserve_bootmem(phys, len, flags);
-}
-
 static unsigned long __init align_idx(struct bootmem_data *bdata,
                                      unsigned long idx, unsigned long step)
 {