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
algos
busses
muxes
Kconfig -rw-r--r-- 4.4 KB
Makefile -rw-r--r-- 623 bytes
i2c-boardinfo.c -rw-r--r-- 2.9 KB
i2c-core-acpi.c -rw-r--r-- 17.3 KB
i2c-core-base.c -rw-r--r-- 65.1 KB
i2c-core-of.c -rw-r--r-- 6.4 KB
i2c-core-slave.c -rw-r--r-- 2.8 KB
i2c-core-smbus.c -rw-r--r-- 20.0 KB
i2c-core.h -rw-r--r-- 2.9 KB
i2c-dev.c -rw-r--r-- 19.3 KB
i2c-mux.c -rw-r--r-- 12.5 KB
i2c-slave-eeprom.c -rw-r--r-- 5.7 KB
i2c-smbus.c -rw-r--r-- 5.1 KB
i2c-stub.c -rw-r--r-- 9.8 KB

back to top