]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - kernel/ksysfs.c
MIPS: MSP: Fix MSP71xx bpci interrupt handler return value
[mv-sheeva.git] / kernel / ksysfs.c
index 21fe3c426948bb426be3f3c6adea8c53bca4049a..0b624e791805f9ab69e330db2d76666e1a402a5f 100644 (file)
@@ -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);