]> git.baikalelectronics.ru Git - kernel.git/commit
livepatch: remove extern specifier from header files
authorMiroslav Benes <mbenes@suse.cz>
Wed, 18 Feb 2015 14:21:07 +0000 (15:21 +0100)
committerJiri Kosina <jkosina@suse.cz>
Wed, 18 Feb 2015 19:50:05 +0000 (20:50 +0100)
commitd144a6c86643e511c958a4ff4e7448953609edc9
tree86fc94bb0b0aac23ff301274cd082741c5659100
parent717bd096a4dc2894ead5b18c4484e56732b80814
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 <mbenes@suse.cz>
Acked-by: Josh Poimboeuf <jpoimboe@redhat.com>
Reviewed-by: Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
arch/x86/include/asm/livepatch.h
include/linux/livepatch.h