diff options
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 */ |