From: Ralf Baechle Date: Tue, 1 Aug 2006 22:39:42 +0000 (+0100) Subject: [MIPS] c-r4k: Convert init functions from inline to __init. X-Git-Tag: v2.6.19-rc1~1032 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a00f6310183e164ad2cfa5f4ec5d8c724ff0f799;p=pandora-kernel.git [MIPS] c-r4k: Convert init functions from inline to __init. With more recent compilers inline doesn't necessarily means a function will always be inlined. So leave that decission to the compiler and make the function as __init. Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed