sysctl: delete unused define SYSCTL_PERM_EMPTY_DIR

It seems it was never used.

Fixes: 2f2665c13a ("sysctl: replace child with an enumeration")
Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
Signed-off-by: Luis Chamberlain <mcgrof@kernel.org>
This commit is contained in:
Thomas Weißschuh 2023-12-23 14:53:47 +01:00 committed by Luis Chamberlain
parent 00992a1358
commit 0b68ab50b8

View File

@ -255,8 +255,6 @@ extern int unaligned_enabled;
extern int unaligned_dump_stack; extern int unaligned_dump_stack;
extern int no_unaligned_warning; extern int no_unaligned_warning;
#define SYSCTL_PERM_EMPTY_DIR (1 << 0)
#else /* CONFIG_SYSCTL */ #else /* CONFIG_SYSCTL */
static inline void register_sysctl_init(const char *path, struct ctl_table *table) static inline void register_sysctl_init(const char *path, struct ctl_table *table)