Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

s390/mm: Fix ERROR: "__node_distance" undefined!

Fixes:
ERROR: "__node_distance" [drivers/nvme/host/nvme-core.ko] undefined!
make[1]: *** [scripts/Makefile.modpost:92: __modpost] Error 1
make: *** [Makefile:1275: modules] Error 2
+ exit 1

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>

authored by

Justin M. Forbes and committed by
Martin Schwidefsky
a541f0eb 9fed920e

+1
+1
arch/s390/numa/numa.c
··· 54 54 { 55 55 return mode->distance ? mode->distance(a, b) : 0; 56 56 } 57 + EXPORT_SYMBOL(__node_distance); 57 58 58 59 int numa_debug_enabled; 59 60