summaryrefslogtreecommitdiff
path: root/include/linux/sysctl.h
diff options
context:
space:
mode:
authorThomas Weißschuh <linux@weissschuh.net>2023-12-23 14:53:47 +0100
committerLuis Chamberlain <mcgrof@kernel.org>2023-12-28 04:57:57 -0800
commit0b68ab50b8101a35b51fb9ec203cd988e47dbed3 (patch)
tree8064b66753bad214135dff5eb33b9aa7a9ebecc7 /include/linux/sysctl.h
parent00992a1358b67d6a4e612e1be538bdfe0a2a30ff (diff)
sysctl: delete unused define SYSCTL_PERM_EMPTY_DIR
It seems it was never used. Fixes: 2f2665c13af4 ("sysctl: replace child with an enumeration") Signed-off-by: Thomas Weißschuh <linux@weissschuh.net> Signed-off-by: Luis Chamberlain <mcgrof@kernel.org>
Diffstat (limited to 'include/linux/sysctl.h')
-rw-r--r--include/linux/sysctl.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/sysctl.h b/include/linux/sysctl.h
index 61b40ea81f4d..26a38161c28f 100644
--- a/include/linux/sysctl.h
+++ b/include/linux/sysctl.h
@@ -255,8 +255,6 @@ extern int unaligned_enabled;
extern int unaligned_dump_stack;
extern int no_unaligned_warning;
-#define SYSCTL_PERM_EMPTY_DIR (1 << 0)
-
#else /* CONFIG_SYSCTL */
static inline void register_sysctl_init(const char *path, struct ctl_table *table)