diff options
| author | Andy Shevchenko <[email protected]> | 2017-01-10 12:56:42 +0000 |
|---|---|---|
| committer | Richard Weinberger <[email protected]> | 2017-05-08 18:47:59 +0000 |
| commit | 435009d4064af72b283fdd47025cede4dfefc6d2 (patch) | |
| tree | 486dad93e34422122ad269432594b5dc65fde0cd /fs/jbd2/commit.c | |
| parent | Linux 4.11 (diff) | |
| download | kernel-435009d4064af72b283fdd47025cede4dfefc6d2.tar.gz kernel-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 <[email protected]>
Signed-off-by: Andy Shevchenko <[email protected]>
Signed-off-by: Richard Weinberger <[email protected]>
Diffstat (limited to 'fs/jbd2/commit.c')
0 files changed, 0 insertions, 0 deletions
