]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - include/linux/jump_label.h
Merge branches 'pm-core', 'pm-qos', 'pm-domains' and 'pm-opp'
[linux.git] / include / linux / jump_label.h
index a0547c571800e7ca77f9a7ffed9412a16bee9262..b63d6b7b0db0a295432320d432da5005f718a0f2 100644 (file)
@@ -402,6 +402,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 */