sysctl: delete unused define SYSCTL_PERM_EMPTY_DIR
authorThomas Weißschuh <linux@weissschuh.net>
Sat, 23 Dec 2023 13:53:47 +0000 (14:53 +0100)
committerLuis Chamberlain <mcgrof@kernel.org>
Thu, 28 Dec 2023 12:57:57 +0000 (04:57 -0800)
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>
include/linux/sysctl.h

index 61b40ea81f4d3ae840d600c79d6a285700465f60..26a38161c28f9b1952389257f04a5dacbb2512a3 100644 (file)
@@ -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)