]> www.infradead.org Git - linux.git/commitdiff
arc: rename aux.h to arc_aux.h
authorBenjamin Szőke <egyszeregy@freemail.hu>
Mon, 20 May 2024 14:26:47 +0000 (16:26 +0200)
committerVineet Gupta <vgupta@kernel.org>
Tue, 10 Dec 2024 18:12:56 +0000 (10:12 -0800)
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>
arch/arc/include/asm/arcregs.h
arch/arc/include/asm/mmu-arcv2.h
include/soc/arc/arc_aux.h [moved from include/soc/arc/aux.h with 100% similarity]
include/soc/arc/mcip.h
include/soc/arc/timers.h

index 4b13f60fe7cae8ac292c855d33ab74634606ec69..005d9e4d187a0440246b131c1ee0852110336dc4 100644 (file)
 
 #ifndef __ASSEMBLY__
 
-#include <soc/arc/aux.h>
+#include <soc/arc/arc_aux.h>
 
 /* Helpers */
 #define TO_KB(bytes)           ((bytes) >> 10)
index d85dc07219071f34cf5a0b6e84bc8f6ab14ef36b..41412642f27963f704b601896096737e689e27d5 100644 (file)
@@ -9,7 +9,7 @@
 #ifndef _ASM_ARC_MMU_ARCV2_H
 #define _ASM_ARC_MMU_ARCV2_H
 
-#include <soc/arc/aux.h>
+#include <soc/arc/arc_aux.h>
 
 /*
  * TLB Management regs
index d1a93c73f0062f5305b39cba66264aaccb148358..a78dacd149f126c0fd856647a09f695eef27be65 100644 (file)
@@ -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
index ae99d3e855f1d8ab692966161dc834f4ebd672d7..51a74166296c6361ba184966d333edbc79164060 100644 (file)
@@ -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 */