diff options
author | Benjamin Szőke <egyszeregy@freemail.hu> | 2024-05-20 16:26:47 +0200 |
---|---|---|
committer | Vineet Gupta <vgupta@kernel.org> | 2024-12-10 10:12:56 -0800 |
commit | c0cd2941bceca784864dd21199cd8e6e7ce9e906 (patch) | |
tree | 567df3df30752c2cc4213dd6ffada327b41affc7 /include/soc/arc/timers.h | |
parent | fac04efc5c793dccbd07e2d59af9f90b7fc0dca4 (diff) |
arc: rename aux.h to arc_aux.h
The goal is to clean-up Linux repository from AUX file names, because
the use of such file names is prohibited on other operating systems
such as Windows, so the Linux repository cannot be cloned and
edited on them.
Reviewed-by: Shahab Vahedi <list+bpf@vahedi.org>
Signed-off-by: Benjamin Szőke <egyszeregy@freemail.hu>
Signed-off-by: Vineet Gupta <vgupta@kernel.org>
Diffstat (limited to 'include/soc/arc/timers.h')
-rw-r--r-- | include/soc/arc/timers.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/soc/arc/timers.h b/include/soc/arc/timers.h index ae99d3e855f1..51a74166296c 100644 --- a/include/soc/arc/timers.h +++ b/include/soc/arc/timers.h @@ -6,7 +6,7 @@ #ifndef __SOC_ARC_TIMERS_H #define __SOC_ARC_TIMERS_H -#include <soc/arc/aux.h> +#include <soc/arc/arc_aux.h> /* Timer related Aux registers */ #define ARC_REG_TIMER0_LIMIT 0x23 /* timer 0 limit */ |