Skip to content

Commit c0cd294

Browse files
Livius90vineetgarc
authored andcommitted
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>
1 parent fac04ef commit c0cd294

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

arch/arc/include/asm/arcregs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
146146

147147
#ifndef __ASSEMBLY__
148148

149-
#include <soc/arc/aux.h>
149+
#include <soc/arc/arc_aux.h>
150150

151151
/* Helpers */
152152
#define TO_KB(bytes) ((bytes) >> 10)

arch/arc/include/asm/mmu-arcv2.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#ifndef _ASM_ARC_MMU_ARCV2_H
1010
#define _ASM_ARC_MMU_ARCV2_H
1111

12-
#include <soc/arc/aux.h>
12+
#include <soc/arc/arc_aux.h>
1313

1414
/*
1515
* TLB Management regs
File renamed without changes.

include/soc/arc/mcip.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#ifndef __SOC_ARC_MCIP_H
99
#define __SOC_ARC_MCIP_H
1010

11-
#include <soc/arc/aux.h>
11+
#include <soc/arc/arc_aux.h>
1212

1313
#define ARC_REG_MCIP_BCR 0x0d0
1414
#define ARC_REG_MCIP_IDU_BCR 0x0D5

include/soc/arc/timers.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#ifndef __SOC_ARC_TIMERS_H
77
#define __SOC_ARC_TIMERS_H
88

9-
#include <soc/arc/aux.h>
9+
#include <soc/arc/arc_aux.h>
1010

1111
/* Timer related Aux registers */
1212
#define ARC_REG_TIMER0_LIMIT 0x23 /* timer 0 limit */

0 commit comments

Comments
 (0)