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
event
Kconfig -rw-r--r-- 4.8 KB
Makefile -rw-r--r-- 735 bytes
devfreq-event.c -rw-r--r-- 11.9 KB
devfreq.c -rw-r--r-- 42.5 KB
exynos-bus.c -rw-r--r-- 11.8 KB
governor.h -rw-r--r-- 2.6 KB
governor_passive.c -rw-r--r-- 5.3 KB
governor_performance.c -rw-r--r-- 1.3 KB
governor_powersave.c -rw-r--r-- 1.3 KB
governor_simpleondemand.c -rw-r--r-- 3.2 KB
governor_userspace.c -rw-r--r-- 3.3 KB
rk3399_dmc.c -rw-r--r-- 14.1 KB
tegra20-devfreq.c -rw-r--r-- 5.1 KB
tegra30-devfreq.c -rw-r--r-- 19.0 KB

back to top