Message ID | 1471642454-5679-12-git-send-email-mcgrof@kernel.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/include/linux/jump_label.h b/include/linux/jump_label.h index 661af564fae8..1256f543b002 100644 --- a/include/linux/jump_label.h +++ b/include/linux/jump_label.h @@ -384,6 +384,6 @@ extern bool ____wrong_branch_error(void); #define static_branch_enable(x) static_key_enable(&(x)->key) #define static_branch_disable(x) static_key_disable(&(x)->key) -#endif /* _LINUX_JUMP_LABEL_H */ - #endif /* __ASSEMBLY__ */ + +#endif /* _LINUX_JUMP_LABEL_H */