diff options
author | Leon Romanovsky <leonro@nvidia.com> | 2020-08-21 03:42:08 +0300 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2020-08-21 19:52:53 +0300 |
commit | 86f54bb7e4ff22ad5dd0b1e179610cc8bbb3bd63 (patch) | |
tree | 5e1f7609c949673e73a095d08d96831cfbb5799b /MAINTAINERS | |
parent | e47110e90584a22e9980510b00d0dfad3a83354e (diff) | |
download | linux-86f54bb7e4ff22ad5dd0b1e179610cc8bbb3bd63.tar.xz |
mm/rodata_test.c: fix missing function declaration
The compilation with CONFIG_DEBUG_RODATA_TEST set produces the following
warning due to the missing include.
mm/rodata_test.c:15:6: warning: no previous prototype for 'rodata_test' [-Wmissing-prototypes]
15 | void rodata_test(void)
| ^~~~~~~~~~~
Fixes: 2959a5f726f6 ("mm: add arch-independent testcases for RODATA")
Signed-off-by: Leon Romanovsky <leonro@nvidia.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Reviewed-by: Anshuman Khandual <anshuman.khandual@arm.com>
Link: https://lkml.kernel.org/r/20200819080026.918134-1-leon@kernel.org
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'MAINTAINERS')
0 files changed, 0 insertions, 0 deletions