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>

authored by Benjamin Szőke and committed by Vineet Gupta c0cd2941 fac04efc

+4 -4
+1 -1
arch/arc/include/asm/arcregs.h
··· 146 146 147 147 #ifndef __ASSEMBLY__ 148 148 149 - #include <soc/arc/aux.h> 149 + #include <soc/arc/arc_aux.h> 150 150 151 151 /* Helpers */ 152 152 #define TO_KB(bytes) ((bytes) >> 10)
+1 -1
arch/arc/include/asm/mmu-arcv2.h
··· 9 9 #ifndef _ASM_ARC_MMU_ARCV2_H 10 10 #define _ASM_ARC_MMU_ARCV2_H 11 11 12 - #include <soc/arc/aux.h> 12 + #include <soc/arc/arc_aux.h> 13 13 14 14 /* 15 15 * TLB Management regs
include/soc/arc/aux.h include/soc/arc/arc_aux.h
+1 -1
include/soc/arc/mcip.h
··· 8 8 #ifndef __SOC_ARC_MCIP_H 9 9 #define __SOC_ARC_MCIP_H 10 10 11 - #include <soc/arc/aux.h> 11 + #include <soc/arc/arc_aux.h> 12 12 13 13 #define ARC_REG_MCIP_BCR 0x0d0 14 14 #define ARC_REG_MCIP_IDU_BCR 0x0D5
+1 -1
include/soc/arc/timers.h
··· 6 6 #ifndef __SOC_ARC_TIMERS_H 7 7 #define __SOC_ARC_TIMERS_H 8 8 9 - #include <soc/arc/aux.h> 9 + #include <soc/arc/arc_aux.h> 10 10 11 11 /* Timer related Aux registers */ 12 12 #define ARC_REG_TIMER0_LIMIT 0x23 /* timer 0 limit */