From: Jesper Juhl Date: Sun, 16 Jan 2011 23:09:38 +0000 (+0100) Subject: Kill off warning: ‘inline’ is not at beginning of declaration X-Git-Tag: v2.6.39-rc1~428^2~38 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=42b16b3fbb5ee4555f5dee6220f3ccaa6e1ebe47;p=pandora-kernel.git Kill off warning: ‘inline’ is not at beginning of declaration Fix a bunch of warning: ‘inline’ is not at beginning of declaration messages when building a 'make allyesconfig' kernel with -Wextra. These warnings are trivial to kill, yet rather annoying when building with -Wextra. The more we can cut down on pointless crap like this the better (IMHO). A previous patch to do this for a 'allnoconfig' build has already been merged. This just takes the cleanup a little further. Signed-off-by: Jesper Juhl Signed-off-by: Jiri Kosina --- Reading git-diff-tree failed