diff options
author | Maciej W. Rozycki <macro@orcam.me.uk> | 2022-02-13 21:01:21 +0100 |
---|---|---|
committer | Matt Turner <mattst88@gmail.com> | 2023-02-14 18:36:22 +0100 |
commit | 19fa21d74704a7ee1158337ccccf19f8f6d82719 (patch) | |
tree | 8c50f7281102496816c157dfbfa159f47ec4782e /arch/alpha/include/asm/irq_regs.h | |
parent | alpha: Implement "current_stack_pointer" (diff) | |
download | linux-19fa21d74704a7ee1158337ccccf19f8f6d82719.tar.xz linux-19fa21d74704a7ee1158337ccccf19f8f6d82719.zip |
alpha: Remove redundant local asm header redirections
Remove a number of asm headers locally redirected to the respective
generic or generated versions.
For asm-offsets.h all that is needed is a Kbuild entry for the generic
version, and for div64.h, irq_regs.h and kdebug.h nothing is needed as
in their absence they will be redirected automatically according to
include/asm-generic/Kbuild.
Signed-off-by: Maciej W. Rozycki <macro@orcam.me.uk>
Signed-off-by: Matt Turner <mattst88@gmail.com>
Diffstat (limited to 'arch/alpha/include/asm/irq_regs.h')
-rw-r--r-- | arch/alpha/include/asm/irq_regs.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/alpha/include/asm/irq_regs.h b/arch/alpha/include/asm/irq_regs.h deleted file mode 100644 index 3dd9c0b70270..000000000000 --- a/arch/alpha/include/asm/irq_regs.h +++ /dev/null @@ -1 +0,0 @@ -#include <asm-generic/irq_regs.h> |