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-- 994 bytes
Makefile -rw-r--r-- 409 bytes
arpc.h -rw-r--r-- 1.3 KB
bundle.c -rw-r--r-- 5.4 KB
connection.c -rw-r--r-- 22.6 KB
control.c -rw-r--r-- 13.9 KB
core.c -rw-r--r-- 8.0 KB
debugfs.c -rw-r--r-- 515 bytes
es2.c -rw-r--r-- 33.4 KB
greybus_trace.h -rw-r--r-- 12.1 KB
hd.c -rw-r--r-- 5.6 KB
interface.c -rw-r--r-- 28.9 KB
manifest.c -rw-r--r-- 14.4 KB
module.c -rw-r--r-- 4.9 KB
operation.c -rw-r--r-- 35.0 KB
svc.c -rw-r--r-- 34.8 KB
svc_watchdog.c -rw-r--r-- 4.4 KB

back to top