summaryrefslogtreecommitdiffstats
path: root/arch/openrisc
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2017-09-13 11:52:18 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2017-09-13 11:52:18 -0700
commit9888e4d4831d72a64c4378878ada1a4d7539a790 (patch)
tree6d30f4989437f7189dc01924fa2f7d275b4cee04 /arch/openrisc
parent4791bcccf8ce02c2bf6f9dfbc328a3a46d9e9569 (diff)
parent56ce2f25ab0d8830d914e626bc88e45b42e11661 (diff)
downloadop-kernel-dev-9888e4d4831d72a64c4378878ada1a4d7539a790.zip
op-kernel-dev-9888e4d4831d72a64c4378878ada1a4d7539a790.tar.gz
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
Diffstat (limited to 'arch/openrisc')
-rw-r--r--arch/openrisc/include/asm/pgtable.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/openrisc/include/asm/pgtable.h b/arch/openrisc/include/asm/pgtable.h
index ff97374..71a6f08 100644
--- a/arch/openrisc/include/asm/pgtable.h
+++ b/arch/openrisc/include/asm/pgtable.h
@@ -414,6 +414,8 @@ static inline void pmd_set(pmd_t *pmdp, pte_t *ptep)
extern pgd_t swapper_pg_dir[PTRS_PER_PGD]; /* defined in head.S */
+struct vm_area_struct;
+
/*
* or32 doesn't have any external MMU info: the kernel page
* tables contain all the necessary information.
OpenPOWER on IntegriCloud