[PATCH] sysctl: remove support for CTL_ANY
[powerpc.git] / include / linux / sysctl.h
index 5b8af90..51acdec 100644 (file)
@@ -53,7 +53,6 @@ struct __sysctl_args {
 
 /* For internal pattern-matching use only: */
 #ifdef __KERNEL__
-#define CTL_ANY                -1      /* Matches any name */
 #define CTL_NONE       0
 #define CTL_UNNUMBERED CTL_NONE        /* sysctl without a binary number */
 #endif