diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2017-01-10 13:56:42 +0100 |
---|---|---|
committer | Richard Weinberger <richard@nod.at> | 2017-05-08 20:47:59 +0200 |
commit | 435009d4064af72b283fdd47025cede4dfefc6d2 (patch) | |
tree | 486dad93e34422122ad269432594b5dc65fde0cd /firmware/.gitignore | |
parent | Linux 4.11 (diff) | |
download | linux-435009d4064af72b283fdd47025cede4dfefc6d2.tar.xz linux-435009d4064af72b283fdd47025cede4dfefc6d2.zip |
ubi: Fix section mismatch
WARNING: vmlinux.o(.text+0x1f2a80): Section mismatch in reference from the variable __param_ops_mtd to the function .init.text:ubi_mtd_param_parse()
The function __param_ops_mtd() references
the function __init ubi_mtd_param_parse().
This is often because __param_ops_mtd lacks a __init
annotation or the annotation of ubi_mtd_param_parse is wrong.
Cc: Richard Weinberger <richard@nod.at>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Richard Weinberger <richard@nod.at>
Diffstat (limited to 'firmware/.gitignore')
0 files changed, 0 insertions, 0 deletions