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-- 3.0 KB
Makefile -rw-r--r-- 617 bytes
rmi_2d_sensor.c -rw-r--r-- 8.4 KB
rmi_2d_sensor.h -rw-r--r-- 2.3 KB
rmi_bus.c -rw-r--r-- 10.5 KB
rmi_bus.h -rw-r--r-- 5.9 KB
rmi_driver.c -rw-r--r-- 31.0 KB
rmi_driver.h -rw-r--r-- 4.1 KB
rmi_f01.c -rw-r--r-- 18.8 KB
rmi_f03.c -rw-r--r-- 7.8 KB
rmi_f11.c -rw-r--r-- 39.7 KB
rmi_f12.c -rw-r--r-- 13.6 KB
rmi_f30.c -rw-r--r-- 10.5 KB
rmi_f34.c -rw-r--r-- 14.6 KB
rmi_f34.h -rw-r--r-- 7.0 KB
rmi_f34v7.c -rw-r--r-- 32.9 KB
rmi_f54.c -rw-r--r-- 17.6 KB
rmi_f55.c -rw-r--r-- 3.1 KB
rmi_i2c.c -rw-r--r-- 9.3 KB
rmi_smbus.c -rw-r--r-- 10.6 KB
rmi_spi.c -rw-r--r-- 11.7 KB

back to top