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 926afb6f6b5f..f896a33e8341 100644
--- a/include/linux/kobject.h
+++ b/include/linux/kobject.h
@@ -119,6 +119,7 @@ struct kobj_type {
119}; 119};
120 120
121struct kobj_uevent_env { 121struct kobj_uevent_env {
122 char *argv[3];
122 char *envp[UEVENT_NUM_ENVP]; 123 char *envp[UEVENT_NUM_ENVP];
123 int envp_idx; 124 int envp_idx;
124 char buf[UEVENT_BUFFER_SIZE]; 125 char buf[UEVENT_BUFFER_SIZE];