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
controller
endpoint
hotplug
pcie
switch
Kconfig -rw-r--r-- 5.1 KB
Makefile -rw-r--r-- 1.2 KB
access.c -rw-r--r-- 14.9 KB
ats.c -rw-r--r-- 10.3 KB
bus.c -rw-r--r-- 10.3 KB
ecam.c -rw-r--r-- 4.0 KB
host-bridge.c -rw-r--r-- 2.4 KB
iov.c -rw-r--r-- 24.5 KB
irq.c -rw-r--r-- 3.9 KB
mmap.c -rw-r--r-- 2.6 KB
msi.c -rw-r--r-- 39.5 KB
of.c -rw-r--r-- 14.6 KB
p2pdma.c -rw-r--r-- 25.2 KB
pci-acpi.c -rw-r--r-- 34.7 KB
pci-bridge-emul.c -rw-r--r-- 11.7 KB
pci-bridge-emul.h -rw-r--r-- 3.2 KB
pci-driver.c -rw-r--r-- 42.6 KB
pci-label.c -rw-r--r-- 7.3 KB
pci-mid.c -rw-r--r-- 1.7 KB
pci-pf-stub.c -rw-r--r-- 1.4 KB
pci-stub.c -rw-r--r-- 2.3 KB
pci-sysfs.c -rw-r--r-- 38.5 KB
pci.c -rw-r--r-- 166.0 KB
pci.h -rw-r--r-- 20.8 KB
probe.c -rw-r--r-- 81.6 KB
proc.c -rw-r--r-- 9.5 KB
quirks.c -rw-r--r-- 189.2 KB
remove.c -rw-r--r-- 3.7 KB
rom.c -rw-r--r-- 5.7 KB
search.c -rw-r--r-- 12.1 KB
setup-bus.c -rw-r--r-- 56.8 KB
setup-irq.c -rw-r--r-- 1.6 KB
setup-res.c -rw-r--r-- 12.7 KB
slot.c -rw-r--r-- 10.6 KB
syscall.c -rw-r--r-- 2.8 KB
vc.c -rw-r--r-- 12.1 KB
vpd.c -rw-r--r-- 16.0 KB
xen-pcifront.c -rw-r--r-- 27.4 KB

back to top