mirror of
git://git.yoctoproject.org/linux-yocto.git
synced 2025-07-06 13:55:22 +02:00
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
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user