From: Miroslav Benes Date: Wed, 18 Feb 2015 14:21:07 +0000 (+0100) Subject: livepatch: remove extern specifier from header files X-Git-Tag: omap-for-v4.2/o2_dc~151^2~1^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4421f8f0fa02bc982b410cd773223cc280791c54;p=pandora-kernel.git livepatch: remove extern specifier from header files Storage-class specifier 'extern' is redundant in front of the function declaration. According to the C specification it has the same meaning as if not present at all. So remove it. Signed-off-by: Miroslav Benes Acked-by: Josh Poimboeuf Reviewed-by: Masami Hiramatsu Signed-off-by: Jiri Kosina --- Reading git-diff-tree failed