Include linux/vmalloc.h for ARM and Sparc
Related to issue #257 which added Linux 3.10 compatibility. For ARM and Sparc architectures we must explicitly include the <linux/vmalloc.h> header to ensure the vmalloc_info structure is always defined when available. Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov> Issue #257 Closes #291
This commit is contained in:
parent
921a35adeb
commit
2f117de8be
|
@ -29,6 +29,7 @@
|
|||
#include <linux/mm.h>
|
||||
#include <linux/swap.h>
|
||||
#include <linux/highmem.h>
|
||||
#include <linux/vmalloc.h>
|
||||
#include <sys/types.h>
|
||||
#include <asm/uaccess.h>
|
||||
|
||||
|
|
Loading…
Reference in New Issue