aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/kobject.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/kobject.h')
-rw-r--r--include/linux/kobject.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/kobject.h b/include/linux/kobject.h
index b60d2dfe4e69..cf343a852534 100644
--- a/include/linux/kobject.h
+++ b/include/linux/kobject.h
@@ -142,6 +142,7 @@ extern const struct sysfs_ops kobj_sysfs_ops;
142 */ 142 */
143enum kobj_ns_type { 143enum kobj_ns_type {
144 KOBJ_NS_TYPE_NONE = 0, 144 KOBJ_NS_TYPE_NONE = 0,
145 KOBJ_NS_TYPE_NET,
145 KOBJ_NS_TYPES 146 KOBJ_NS_TYPES
146}; 147};
147 148