diff --git a/[refs] b/[refs] index 8eccd0075b1d..047f7263185b 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 03ce11048b3832f5f0c471ccdb3363a870a14ac1 +refs/heads/master: 0b1937ac0ef1541c0ea44e6f81c33d2f59803957 diff --git a/trunk/kernel/ksysfs.c b/trunk/kernel/ksysfs.c index 2565e1b6dd7b..d0e5c48e18c7 100644 --- a/trunk/kernel/ksysfs.c +++ b/trunk/kernel/ksysfs.c @@ -65,8 +65,8 @@ KERNEL_ATTR_RO(kexec_crash_loaded); /* * Make /sys/kernel/notes give the raw contents of our kernel .notes section. */ -extern const char __start_notes __attribute__((weak)); -extern const char __stop_notes __attribute__((weak)); +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,