lmb: Also remove __init from lmb_end_of_RAM() declaration in lmb.h
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Mon, 31 Aug 2009 03:48:16 +0000 (13:48 +1000)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 1 Sep 2009 03:30:14 +0000 (17:30 -1000)
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>

No differences found