aboutsummaryrefslogtreecommitdiff
path: root/kernel/livepatch/core.h
AgeCommit message (Collapse)AuthorFilesLines
2017-03-08livepatch: make klp_mutex proper part of APIJiri Kosina1-0/+6
klp_mutex is shared between core.c and transition.c, and as such would rather be properly located in a header so that we don't have to play 'extern' games from .c sources. This also silences sparse warning (wrongly) suggesting that klp_mutex should be defined static. Acked-by: Miroslav Benes <[email protected]> Acked-by: Josh Poimboeuf <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>