X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=kernel%2Fksysfs.c;h=0b624e791805f9ab69e330db2d76666e1a402a5f;hb=b904d7131d116900524bd36ec170dcd97846bfd3;hp=21fe3c426948bb426be3f3c6adea8c53bca4049a;hpb=7d02093e29de9efc4a72d5e93baae9506969b789;p=cascardo%2Flinux.git diff --git a/kernel/ksysfs.c b/kernel/ksysfs.c index 21fe3c426948..0b624e791805 100644 --- a/kernel/ksysfs.c +++ b/kernel/ksysfs.c @@ -138,7 +138,8 @@ extern const void __start_notes __attribute__((weak)); extern const void __stop_notes __attribute__((weak)); #define notes_size (&__stop_notes - &__start_notes) -static ssize_t notes_read(struct kobject *kobj, struct bin_attribute *bin_attr, +static ssize_t notes_read(struct file *filp, struct kobject *kobj, + struct bin_attribute *bin_attr, char *buf, loff_t off, size_t count) { memcpy(buf, &__start_notes + off, count);