aboutsummaryrefslogtreecommitdiffstats
path: root/arch/avr32/kernel
diff options
context:
space:
mode:
authorHaavard Skinnemoen <hskinnemoen@atmel.com>2007-02-15 10:22:17 -0500
committerHaavard Skinnemoen <hskinnemoen@atmel.com>2007-02-16 06:55:42 -0500
commit160f34531a71fdbbdb593a094273711ffb1257d7 (patch)
tree77df6c0656cd12bb973102feb6b6fd1033e751b4 /arch/avr32/kernel
parent1a6f1436d5fdecd4b395815c130df3c834892ab6 (diff)
[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>
Diffstat (limited to 'arch/avr32/kernel')
-rw-r--r--arch/avr32/kernel/syscall_table.S4
1 files changed, 0 insertions, 4 deletions
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 @@
8 * published by the Free Software Foundation. 8 * published by the Free Software Foundation.
9 */ 9 */
10 10
11#if !defined(CONFIG_NFSD) && !defined(CONFIG_NFSD_MODULE)
12#define sys_nfsservctl sys_ni_syscall
13#endif
14
15 .section .rodata,"a",@progbits 11 .section .rodata,"a",@progbits
16 .type sys_call_table,@object 12 .type sys_call_table,@object
17 .global sys_call_table 13 .global sys_call_table