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/mcip.h | |
| parent | fac04efc5c793dccbd07e2d59af9f90b7fc0dca4 (diff) | |
| download | linux-next-c0cd2941bceca784864dd21199cd8e6e7ce9e906.tar.gz linux-next-c0cd2941bceca784864dd21199cd8e6e7ce9e906.zip | |
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/mcip.h')
| -rw-r--r-- | include/soc/arc/mcip.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/soc/arc/mcip.h b/include/soc/arc/mcip.h index d1a93c73f006..a78dacd149f1 100644 --- a/include/soc/arc/mcip.h +++ b/include/soc/arc/mcip.h @@ -8,7 +8,7 @@ #ifndef __SOC_ARC_MCIP_H #define __SOC_ARC_MCIP_H -#include <soc/arc/aux.h> +#include <soc/arc/arc_aux.h> #define ARC_REG_MCIP_BCR 0x0d0 #define ARC_REG_MCIP_IDU_BCR 0x0D5 |
