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-- 884 bytes
Makefile -rw-r--r-- 568 bytes
bus.c -rw-r--r-- 24.1 KB
bus.h -rw-r--r-- 4.5 KB
bus_type.c -rw-r--r-- 4.3 KB
cadence_master.c -rw-r--r-- 32.6 KB
cadence_master.h -rw-r--r-- 5.1 KB
debugfs.c -rw-r--r-- 3.8 KB
intel.c -rw-r--r-- 27.2 KB
intel.h -rw-r--r-- 656 bytes
intel_init.c -rw-r--r-- 5.4 KB
mipi_disco.c -rw-r--r-- 11.2 KB
slave.c -rw-r--r-- 3.8 KB
stream.c -rw-r--r-- 42.0 KB

back to top