summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/kobject.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/kobject.h b/include/linux/kobject.h
index ff15fe1bc8fd..0cc01658044d 100644
--- a/include/linux/kobject.h
+++ b/include/linux/kobject.h
@@ -165,8 +165,8 @@ static inline void subsys_put(struct subsystem * s)
struct subsys_attribute {
struct attribute attr;
- ssize_t (*show)(struct subsystem *, char *, size_t, loff_t);
- ssize_t (*store)(struct subsystem *, const char *, size_t, loff_t);
+ ssize_t (*show)(struct subsystem *, char *);
+ ssize_t (*store)(struct subsystem *, const char *);
};
extern int subsys_create_file(struct subsystem * , struct subsys_attribute *);