Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=7e2e109cef0d59abcb9aca8b82993e304ed8970c
Commit:     7e2e109cef0d59abcb9aca8b82993e304ed8970c
Parent:     2eeeba390ae28fcd742e44706c363cb36bc614c6
Author:     Pavel Emelyanov <[EMAIL PROTECTED]>
AuthorDate: Wed Dec 5 01:36:23 2007 -0800
Committer:  David S. Miller <[EMAIL PROTECTED]>
CommitDate: Mon Jan 28 14:56:25 2008 -0800

    [NET]: Remove unneeded ifdefs from sysctl_net_core.c
    
    This file is already compiled out when the SYSCTL=n, so
    these ifdefs, that enclose the whole file, can be removed.
    
    Signed-off-by: Pavel Emelyanov <[EMAIL PROTECTED]>
    Signed-off-by: David S. Miller <[EMAIL PROTECTED]>
---
 net/core/sysctl_net_core.c |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/net/core/sysctl_net_core.c b/net/core/sysctl_net_core.c
index 113cc72..277c8fa 100644
--- a/net/core/sysctl_net_core.c
+++ b/net/core/sysctl_net_core.c
@@ -13,8 +13,6 @@
 #include <net/sock.h>
 #include <net/xfrm.h>
 
-#ifdef CONFIG_SYSCTL
-
 ctl_table core_table[] = {
 #ifdef CONFIG_NET
        {
@@ -151,5 +149,3 @@ ctl_table core_table[] = {
        },
        { .ctl_name = 0 }
 };
-
-#endif
-
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