|
@@ -402,6 +402,6 @@ extern bool ____wrong_branch_error(void);
|
|
|
#define static_branch_enable(x) static_key_enable(&(x)->key)
|
|
#define static_branch_enable(x) static_key_enable(&(x)->key)
|
|
|
#define static_branch_disable(x) static_key_disable(&(x)->key)
|
|
#define static_branch_disable(x) static_key_disable(&(x)->key)
|
|
|
|
|
|
|
|
-#endif /* _LINUX_JUMP_LABEL_H */
|
|
|
|
|
-
|
|
|
|
|
#endif /* __ASSEMBLY__ */
|
|
#endif /* __ASSEMBLY__ */
|
|
|
|
|
+
|
|
|
|
|
+#endif /* _LINUX_JUMP_LABEL_H */
|