Skip to content

Commit

Permalink
sysctl: delete unused define SYSCTL_PERM_EMPTY_DIR
Browse files Browse the repository at this point in the history
It seems it was never used.

Fixes: 2f2665c ("sysctl: replace child with an enumeration")
Signed-off-by: Thomas Weißschuh <[email protected]>
Signed-off-by: Luis Chamberlain <[email protected]>
  • Loading branch information
t-8ch authored and mcgrof committed Dec 28, 2023
1 parent 00992a1 commit 0b68ab5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/linux/sysctl.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 0b68ab5

Please sign in to comment.