Skip to content

Commit 9888e4d

Browse files
committed
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 parents 4791bcc + 56ce2f2 commit 9888e4d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

arch/openrisc/include/asm/pgtable.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -414,6 +414,8 @@ static inline void pmd_set(pmd_t *pmdp, pte_t *ptep)
414414

415415
extern pgd_t swapper_pg_dir[PTRS_PER_PGD]; /* defined in head.S */
416416

417+
struct vm_area_struct;
418+
417419
/*
418420
* or32 doesn't have any external MMU info: the kernel page
419421
* tables contain all the necessary information.

0 commit comments

Comments
 (0)