From: Haavard Skinnemoen Date: Thu, 15 Feb 2007 15:22:17 +0000 (+0100) Subject: [AVR32] Remove unnecessary sys_nfsservctl conditional X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=160f34531a71fdbbdb593a094273711ffb1257d7;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git [AVR32] Remove unnecessary sys_nfsservctl conditional kernel/sys_ni.c defines sys_nfsservctl as a weak alias for sys_ni_syscall, so it's always safe to include it in the system call table. Signed-off-by: Haavard Skinnemoen --- diff --git a/arch/avr32/kernel/syscall_table.S b/arch/avr32/kernel/syscall_table.S index 52919c0eaa56..7c279586fbba 100644 --- a/arch/avr32/kernel/syscall_table.S +++ b/arch/avr32/kernel/syscall_table.S @@ -8,10 +8,6 @@ * published by the Free Software Foundation. */ -#if !defined(CONFIG_NFSD) && !defined(CONFIG_NFSD_MODULE) -#define sys_nfsservctl sys_ni_syscall -#endif - .section .rodata,"a",@progbits .type sys_call_table,@object .global sys_call_table