forked from mirrors/linux
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:
parent
00992a1358
commit
0b68ab50b8
1 changed files with 0 additions and 2 deletions
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue