From: Thomas Weißschuh Date: Sat, 23 Dec 2023 13:53:47 +0000 (+0100) Subject: sysctl: delete unused define SYSCTL_PERM_EMPTY_DIR X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=0b68ab50b8101a35b51fb9ec203cd988e47dbed3;p=linux.git 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 Signed-off-by: Luis Chamberlain --- diff --git a/include/linux/sysctl.h b/include/linux/sysctl.h index 61b40ea81f4d3..26a38161c28f9 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)