alpha: Remove redundant local asm header redirections
authorMaciej W. Rozycki <macro@orcam.me.uk>
Sun, 13 Feb 2022 20:01:21 +0000 (20:01 +0000)
committerMatt Turner <mattst88@gmail.com>
Tue, 14 Feb 2023 17:36:22 +0000 (12:36 -0500)
commit19fa21d74704a7ee1158337ccccf19f8f6d82719
tree8c50f7281102496816c157dfbfa159f47ec4782e
parentbd1912de892ce30e1e2242e67716d25188fbfa44
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>
arch/alpha/include/asm/Kbuild
arch/alpha/include/asm/asm-offsets.h [deleted file]
arch/alpha/include/asm/div64.h [deleted file]
arch/alpha/include/asm/irq_regs.h [deleted file]
arch/alpha/include/asm/kdebug.h [deleted file]