Commit 19fa21d7 authored by Maciej W. Rozycki's avatar Maciej W. Rozycki Committed by Matt Turner

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: default avatarMaciej W. Rozycki <macro@orcam.me.uk>
Signed-off-by: default avatarMatt Turner <mattst88@gmail.com>
parent bd1912de
# SPDX-License-Identifier: GPL-2.0
generated-y += syscall_table.h
generic-y += asm-offsets.h
generic-y += export.h
generic-y += kvm_para.h
generic-y += mcs_spinlock.h
#include <generated/asm-offsets.h>
#include <asm-generic/div64.h>
#include <asm-generic/irq_regs.h>
#include <asm-generic/kdebug.h>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment