From: Franck Bui-Huu Date: Tue, 26 Sep 2006 06:31:03 +0000 (-0700) Subject: [PATCH] bootmem: remove useless __init in header file X-Git-Tag: v2.6.19-rc1~1217 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d1a07d487d8b36658404839cdf03a974968cefd;p=pandora-kernel.git [PATCH] bootmem: remove useless __init in header file __init in headers is pretty useless because the compiler doesn't check it, and they get out of sync relatively frequently. So if you see an __init in a header file, it's quite unreliable and you need to check the definition anyway. Signed-off-by: Franck Bui-Huu Cc: Dave Hansen Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed