summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJulien Thierry <jthierry@redhat.com>2020-09-04 16:30:25 +0100
committerJosh Poimboeuf <jpoimboe@redhat.com>2020-09-10 10:43:13 -0500
commit00089c048eb4a8250325efb32a2724fd0da68cce (patch)
tree95bcd52651d909d2d8af2e39a99f4352fd6875c1 /include
parentd871f7b5a6a2a30f4eba577fd56941fa3657e394 (diff)
downloadlinux-00089c048eb4a8250325efb32a2724fd0da68cce.tar.bz2
objtool: Rename frame.h -> objtool.h
Header frame.h is getting more code annotations to help objtool analyze object files. Rename the file to objtool.h. [ jpoimboe: add objtool.h to MAINTAINERS ] Signed-off-by: Julien Thierry <jthierry@redhat.com> Signed-off-by: Josh Poimboeuf <jpoimboe@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/linux/objtool.h (renamed from include/linux/frame.h)6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/linux/frame.h b/include/linux/objtool.h
index 303cda600e56..358175c9c2b5 100644
--- a/include/linux/frame.h
+++ b/include/linux/objtool.h
@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0 */
-#ifndef _LINUX_FRAME_H
-#define _LINUX_FRAME_H
+#ifndef _LINUX_OBJTOOL_H
+#define _LINUX_OBJTOOL_H
#ifdef CONFIG_STACK_VALIDATION
/*
@@ -32,4 +32,4 @@
#endif /* CONFIG_STACK_VALIDATION */
-#endif /* _LINUX_FRAME_H */
+#endif /* _LINUX_OBJTOOL_H */