Commit 32dd66fce3b0ad5857433433b795844cb397608e

Authored by Heiko Carstens
Committed by Linus Torvalds
1 parent 7f4599e9cd

[PATCH] vmstat: export all_vm_events()

Add missing EXPORT_SYMBOL for all_vm_events(). Git commit
f8891e5e1f93a128c3900f82035e8541357896a7 caused this:

  Building modules, stage 2.
  MODPOST
WARNING: "all_vm_events" [arch/s390/appldata/appldata_mem.ko] undefined!
  CC      arch/s390/appldata/appldata_mem.mod.o

Cc: Christoph Lameter <christoph@lameter.com>
Cc: Gerald Schaefer <geraldsc@de.ibm.com>
Cc: Martin Schwidefsky <schwidefsky@de.ibm.com>
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

... ... @@ -81,6 +81,7 @@
81 81 {
82 82 sum_vm_events(ret, &cpu_online_map);
83 83 }
  84 +EXPORT_SYMBOL_GPL(all_vm_events);
84 85  
85 86 #ifdef CONFIG_HOTPLUG
86 87 /*