Merge tag 'openrisc-for-linus' of git://github.com/openrisc/linux

Pull OpenRISC fixlet from Stafford Horne:
"Fix warning for upcoming work to remove linux/vmalloc.h from
asm-generic/io.h"

* tag 'openrisc-for-linus' of git://github.com/openrisc/linux:
openrisc: add forward declaration for struct vm_area_struct

+2
+2
arch/openrisc/include/asm/pgtable.h
··· 414 414 415 415 extern pgd_t swapper_pg_dir[PTRS_PER_PGD]; /* defined in head.S */ 416 416 417 + struct vm_area_struct; 418 + 417 419 /* 418 420 * or32 doesn't have any external MMU info: the kernel page 419 421 * tables contain all the necessary information.