Commit 868b8175 authored by Rusty Russell's avatar Rusty Russell Committed by Christoph Hellwig

[PATCH] vmalloc.h needs pgprot_t

Again, uncovered in PPC compile.
parent cac51a1f
......@@ -2,6 +2,7 @@
#define _LINUX_VMALLOC_H
#include <linux/spinlock.h>
#include <asm/page.h> /* pgprot_t */
/* bits in vm_struct->flags */
#define VM_IOREMAP 0x00000001 /* ioremap() and friends */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment