Kill off warning: ‘inline’ is not at beginning of declaration
authorJesper Juhl <jj@chaosbits.net>
Sun, 16 Jan 2011 23:09:38 +0000 (00:09 +0100)
committerJiri Kosina <jkosina@suse.cz>
Wed, 19 Jan 2011 14:43:08 +0000 (15:43 +0100)
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 <jj@chaosbits.net>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>

No differences found