Revision 444f84fd2ac7bae36f3dd3ce1d39d11211c2c72a authored by Ben Dooks on 19 October 2019, 03:20:17 UTC, committed by Linus Torvalds on 19 October 2019, 10:32:32 UTC
Include <linux/huge_mm.h> for the definition of is_vma_temporary_stack
to fix the following sparse warning:

  mm/rmap.c:1673:6: warning: symbol 'is_vma_temporary_stack' was not declared. Should it be static?

Link: http://lkml.kernel.org/r/20191009151155.27763-1-ben.dooks@codethink.co.uk
Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk>
Reviewed-by: Qian Cai <cai@lca.pw>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent f7daefe
History
File Mode Size
Kconfig -rw-r--r-- 2.4 KB
Makefile -rw-r--r-- 410 bytes
aha152x_core.c -rw-r--r-- 69 bytes
aha152x_stub.c -rw-r--r-- 6.5 KB
fdomain_cs.c -rw-r--r-- 2.5 KB
nsp_cs.c -rw-r--r-- 44.9 KB
nsp_cs.h -rw-r--r-- 11.9 KB
nsp_debug.c -rw-r--r-- 5.9 KB
nsp_io.h -rw-r--r-- 6.9 KB
nsp_message.c -rw-r--r-- 2.1 KB
qlogic_stub.c -rw-r--r-- 9.1 KB
sym53c500_cs.c -rw-r--r-- 22.5 KB

back to top