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-- 5.8 KB
Makefile -rw-r--r-- 1.0 KB
ak8974.c -rw-r--r-- 23.5 KB
ak8975.c -rw-r--r-- 26.5 KB
bmc150_magn.c -rw-r--r-- 26.0 KB
bmc150_magn.h -rw-r--r-- 376 bytes
bmc150_magn_i2c.c -rw-r--r-- 2.0 KB
bmc150_magn_spi.c -rw-r--r-- 1.6 KB
hid-sensor-magn-3d.c -rw-r--r-- 16.6 KB
hmc5843.h -rw-r--r-- 1.5 KB
hmc5843_core.c -rw-r--r-- 17.7 KB
hmc5843_i2c.c -rw-r--r-- 2.8 KB
hmc5843_spi.c -rw-r--r-- 2.4 KB
mag3110.c -rw-r--r-- 15.1 KB
mmc35240.c -rw-r--r-- 14.1 KB
rm3100-core.c -rw-r--r-- 15.6 KB
rm3100-i2c.c -rw-r--r-- 1.2 KB
rm3100-spi.c -rw-r--r-- 1.4 KB
rm3100.h -rw-r--r-- 476 bytes
st_magn.h -rw-r--r-- 1.5 KB
st_magn_buffer.c -rw-r--r-- 1.9 KB
st_magn_core.c -rw-r--r-- 13.0 KB
st_magn_i2c.c -rw-r--r-- 2.8 KB
st_magn_spi.c -rw-r--r-- 2.7 KB

back to top