Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=160f34531a71fdbbdb593a094273711ffb1257d7
Commit:     160f34531a71fdbbdb593a094273711ffb1257d7
Parent:     1a6f1436d5fdecd4b395815c130df3c834892ab6
Author:     Haavard Skinnemoen <[EMAIL PROTECTED]>
AuthorDate: Thu Feb 15 16:22:17 2007 +0100
Committer:  Haavard Skinnemoen <[EMAIL PROTECTED]>
CommitDate: Fri Feb 16 12:55:42 2007 +0100

    [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 <[EMAIL PROTECTED]>
---
 arch/avr32/kernel/syscall_table.S |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/arch/avr32/kernel/syscall_table.S 
b/arch/avr32/kernel/syscall_table.S
index 52919c0..7c27958 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
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to