]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
kexec-vmalloc-export-additional-vmalloc-layer-information-fix
authorAndrew Morton <akpm@linux-foundation.org>
Tue, 26 Mar 2013 23:24:40 +0000 (10:24 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 2 Apr 2013 07:29:10 +0000 (18:29 +1100)
vmalloc.h should include list.h for list_head

Cc: Atsushi Kumagai <kumagai-atsushi@mxc.nes.nec.co.jp>
Cc: Eric Biederman <ebiederm@xmission.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
include/linux/vmalloc.h

index 62e0354ca43d6bee6e082fc0612b95187d5f5496..7d5773a99f20690dac2bbf60dbcda274b9c20ae8 100644 (file)
@@ -3,6 +3,7 @@
 
 #include <linux/spinlock.h>
 #include <linux/init.h>
+#include <linux/list.h>
 #include <asm/page.h>          /* pgprot_t */
 #include <linux/rbtree.h>