diff options
author | Arnd Bergmann <arnd@arndb.de> | 2016-02-18 18:00:23 +0300 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2016-02-22 19:55:42 +0300 |
commit | 7d74a5f07694050d62fcee9120d20d702d7e6333 (patch) | |
tree | b2870079db92b57a0900b60be1b9ea552dae3811 /arch/arm/mach-w90x900/include/mach/uncompress.h | |
parent | 9e0087e64e67cfe0b63b629add793a4aa019a629 (diff) | |
download | linux-7d74a5f07694050d62fcee9120d20d702d7e6333.tar.xz |
ARM: 8531/1: turn init_new_context into an inline function
Almost all architectures define init_new_context() as a function,
but on ARM, it's a macro and that causes a compiler warning when
its return code is not used:
drivers/firmware/efi/arm-runtime.c: In function 'efi_virtmap_init':
arch/arm/include/asm/mmu_context.h:88:34: warning: statement with no effect [-Wunused-value]
#define init_new_context(tsk,mm) 0
drivers/firmware/efi/arm-runtime.c:47:2: note: in expansion of macro 'init_new_context'
init_new_context(NULL, &efi_mm);
This changes the definition into an inline function, which gcc does
not warn about.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-w90x900/include/mach/uncompress.h')
0 files changed, 0 insertions, 0 deletions