Skip to content

Commit

Permalink
[AVR32] Remove unnecessary sys_nfsservctl conditional
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Haavard Skinnemoen committed Feb 16, 2007
1 parent 1a6f143 commit 160f345
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions arch/avr32/kernel/syscall_table.S
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 160f345

Please sign in to comment.