Skip to content

Commit 4709e3f

Browse files
dcpleungcfriedt
authored andcommitted
xtensa: rename xtensa_asm2_s.h to xtensa_asm2.inc.S
xtensa_asm2_s.h is not exactly a C header. Rename it to xtensa_asm2.inc.S to clearly state that it is has assembly code in it as its main purpose is to declare assembly macros. This is being done to keep checkpatch.pl from treating it as C file and complaining about non-C syntax. Signed-off-by: Daniel Leung <daniel.leung@intel.com>
1 parent 6b08206 commit 4709e3f

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

arch/xtensa/core/userspace.S

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* SPDX-License-Identifier: Apache-2.0
55
*/
66

7-
#include <xtensa_asm2_s.h>
7+
#include <xtensa_asm2.inc.S>
88
#include <zephyr/offsets.h>
99
#include <offsets_short.h>
1010
#include <zephyr/syscall.h>

arch/xtensa/core/xtensa_asm2_util.S

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* SPDX-License-Identifier: Apache-2.0
55
*/
6-
#include <xtensa_asm2_s.h>
6+
#include <xtensa_asm2.inc.S>
77
#include <zephyr/offsets.h>
88
#include <zephyr/zsr.h>
99

0 commit comments

Comments
 (0)