diff options
Diffstat (limited to 'include/linux/kobject.h')
| -rw-r--r-- | include/linux/kobject.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/kobject.h b/include/linux/kobject.h index 0cc01658044d..409d2af385cb 100644 --- a/include/linux/kobject.h +++ b/include/linux/kobject.h @@ -166,7 +166,7 @@ static inline void subsys_put(struct subsystem * s) struct subsys_attribute { struct attribute attr; ssize_t (*show)(struct subsystem *, char *); - ssize_t (*store)(struct subsystem *, const char *); + ssize_t (*store)(struct subsystem *, const char *, size_t); }; extern int subsys_create_file(struct subsystem * , struct subsys_attribute *); |
