diff options
Diffstat (limited to 'include/linux/sysfs.h')
-rw-r--r-- | include/linux/sysfs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/sysfs.h b/include/linux/sysfs.h index 58135509023e..2a6df6444e69 100644 --- a/include/linux/sysfs.h +++ b/include/linux/sysfs.h | |||
@@ -84,6 +84,7 @@ struct sysfs_ops { | |||
84 | #define SYSFS_COPY_NAME (SYSFS_DIR | SYSFS_KOBJ_LINK) | 84 | #define SYSFS_COPY_NAME (SYSFS_DIR | SYSFS_KOBJ_LINK) |
85 | 85 | ||
86 | #define SYSFS_FLAG_MASK ~SYSFS_TYPE_MASK | 86 | #define SYSFS_FLAG_MASK ~SYSFS_TYPE_MASK |
87 | #define SYSFS_FLAG_REMOVED 0x0100 | ||
87 | 88 | ||
88 | #ifdef CONFIG_SYSFS | 89 | #ifdef CONFIG_SYSFS |
89 | 90 | ||