]> git.ipfire.org Git - thirdparty/kernel/linux.git/blobdiff - kernel/ksysfs.c
Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy...
[thirdparty/kernel/linux.git] / kernel / ksysfs.c
index 495b69a71a5d7d21b44cbf4b9a08ec4bd8388625..07fb5987b42bdfeb52a66a87954de0c7f0bc0c40 100644 (file)
@@ -228,8 +228,8 @@ KERNEL_ATTR_RW(rcu_normal);
 /*
  * Make /sys/kernel/notes give the raw contents of our kernel .notes section.
  */
-extern const void __start_notes __weak;
-extern const void __stop_notes __weak;
+extern const void __start_notes;
+extern const void __stop_notes;
 #define        notes_size (&__stop_notes - &__start_notes)
 
 static ssize_t notes_read(struct file *filp, struct kobject *kobj,