Skip to content

Commit 0b68ab5

Browse files
t-8chmcgrof
authored andcommitted
sysctl: delete unused define SYSCTL_PERM_EMPTY_DIR
It seems it was never used. Fixes: 2f2665c ("sysctl: replace child with an enumeration") Signed-off-by: Thomas Weißschuh <linux@weissschuh.net> Signed-off-by: Luis Chamberlain <mcgrof@kernel.org>
1 parent 00992a1 commit 0b68ab5

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

include/linux/sysctl.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -255,8 +255,6 @@ extern int unaligned_enabled;
255255
extern int unaligned_dump_stack;
256256
extern int no_unaligned_warning;
257257

258-
#define SYSCTL_PERM_EMPTY_DIR (1 << 0)
259-
260258
#else /* CONFIG_SYSCTL */
261259

262260
static inline void register_sysctl_init(const char *path, struct ctl_table *table)

0 commit comments

Comments
 (0)