]> Git Repo - linux.git/blobdiff - kernel/kallsyms.c
Merge tag 'for-5.10-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave...
[linux.git] / kernel / kallsyms.c
index 4fb15fa96734b464b9f0ee53282bafabc8b90cea..fe9de067771c34eb89d021df40579c38d8974298 100644 (file)
@@ -40,10 +40,10 @@ extern const u8 kallsyms_names[] __weak;
  * has one (eg: FRV).
  */
 extern const unsigned int kallsyms_num_syms
-__attribute__((weak, section(".rodata")));
+__section(".rodata") __attribute__((weak));
 
 extern const unsigned long kallsyms_relative_base
-__attribute__((weak, section(".rodata")));
+__section(".rodata") __attribute__((weak));
 
 extern const char kallsyms_token_table[] __weak;
 extern const u16 kallsyms_token_index[] __weak;
This page took 0.041378 seconds and 4 git commands to generate.