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-- 4.6 KB
Makefile -rw-r--r-- 1.3 KB
adis16080.c -rw-r--r-- 5.4 KB
adis16130.c -rw-r--r-- 4.5 KB
adis16136.c -rw-r--r-- 13.6 KB
adis16260.c -rw-r--r-- 13.1 KB
adxrs450.c -rw-r--r-- 10.8 KB
bmg160.h -rw-r--r-- 294 bytes
bmg160_core.c -rw-r--r-- 30.1 KB
bmg160_i2c.c -rw-r--r-- 1.8 KB
bmg160_spi.c -rw-r--r-- 1.3 KB
fxas21002c.h -rw-r--r-- 5.6 KB
fxas21002c_core.c -rw-r--r-- 22.4 KB
fxas21002c_i2c.c -rw-r--r-- 1.6 KB
fxas21002c_spi.c -rw-r--r-- 1.7 KB
hid-sensor-gyro-3d.c -rw-r--r-- 11.4 KB
itg3200_buffer.c -rw-r--r-- 3.4 KB
itg3200_core.c -rw-r--r-- 9.4 KB
mpu3050-core.c -rw-r--r-- 33.1 KB
mpu3050-i2c.c -rw-r--r-- 3.1 KB
mpu3050.h -rw-r--r-- 2.7 KB
ssp_gyro_sensor.c -rw-r--r-- 3.8 KB
st_gyro.h -rw-r--r-- 1.6 KB
st_gyro_buffer.c -rw-r--r-- 2.2 KB
st_gyro_core.c -rw-r--r-- 10.6 KB
st_gyro_i2c.c -rw-r--r-- 2.9 KB
st_gyro_spi.c -rw-r--r-- 3.0 KB

back to top