From 2560014ec150fd41b969ea6bcf8a985ae910eea5 Mon Sep 17 00:00:00 2001 From: Al Viro Date: Sun, 1 Dec 2024 19:46:43 -0500 Subject: loongarch, um, xtensa: get rid of generated arch/$ARCH/include/asm/param.h For loongarch and xtensa that gets them to do what x86 et.al. are doing - have asm/param.h resolve to uapi variant, which is generated by mandatory-y += param.h and contains exact same include. On um it will resolve to x86 uapi variant instead, which also contains the same include (um doesn't have uapi headers, but it does build the host ones). Reviewed-by: Arnd Bergmann Signed-off-by: Al Viro --- arch/xtensa/include/asm/Kbuild | 1 - 1 file changed, 1 deletion(-) (limited to 'arch/xtensa/include') diff --git a/arch/xtensa/include/asm/Kbuild b/arch/xtensa/include/asm/Kbuild index cc5dba738389..13fe45dea296 100644 --- a/arch/xtensa/include/asm/Kbuild +++ b/arch/xtensa/include/asm/Kbuild @@ -3,7 +3,6 @@ generated-y += syscall_table.h generic-y += extable.h generic-y += kvm_para.h generic-y += mcs_spinlock.h -generic-y += param.h generic-y += parport.h generic-y += qrwlock.h generic-y += qspinlock.h -- cgit v1.2.3