Commit 1a37f184fa7824982a5f434c06981ec46a66cef7

Authored by Benjamin Herrenschmidt
Committed by Linus Torvalds
1 parent 60c3be387b

lmb: Also remove __init from lmb_end_of_RAM() declaration in lmb.h

My previous patch (commit 4f8ee2c9cc: "lmb: Remove __init from
lmb_end_of_DRAM()") removed __init in lmb.c but missed the fact that it
was also marked as such in the .h

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -51,7 +51,7 @@
51 51 extern u64 __init __lmb_alloc_base(u64 size,
52 52 u64 align, u64 max_addr);
53 53 extern u64 __init lmb_phys_mem_size(void);
54   -extern u64 __init lmb_end_of_DRAM(void);
  54 +extern u64 lmb_end_of_DRAM(void);
55 55 extern void __init lmb_enforce_memory_limit(u64 memory_limit);
56 56 extern int __init lmb_is_reserved(u64 addr);
57 57 extern int lmb_find(struct lmb_property *res);