Explorar o código

[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 <hskinnemoen@atmel.com>
Haavard Skinnemoen %!s(int64=18) %!d(string=hai) anos
pai
achega
160f34531a
Modificáronse 1 ficheiros con 0 adicións e 4 borrados
  1. 0 4
      arch/avr32/kernel/syscall_table.S

+ 0 - 4
arch/avr32/kernel/syscall_table.S

@@ -8,10 +8,6 @@
  * published by the Free Software Foundation.
  * 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
 	.section .rodata,"a",@progbits
 	.type	sys_call_table,@object
 	.type	sys_call_table,@object
 	.global	sys_call_table
 	.global	sys_call_table