diff options
author | Maciej W. Rozycki <macro@orcam.me.uk> | 2022-02-13 20:01:21 +0000 |
---|---|---|
committer | Matt Turner <mattst88@gmail.com> | 2023-02-14 12:36:22 -0500 |
commit | 19fa21d74704a7ee1158337ccccf19f8f6d82719 (patch) | |
tree | 8c50f7281102496816c157dfbfa159f47ec4782e /arch/alpha/include/asm/irq_regs.h | |
parent | bd1912de892ce30e1e2242e67716d25188fbfa44 (diff) | |
download | linux-next-19fa21d74704a7ee1158337ccccf19f8f6d82719.tar.gz |
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> |