Microblaze patch for 4.15-rc2
- Add missing header to mmu_context_mm.h -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEABECAAYFAloeqwQACgkQykllyylKDCFodACfQUtkJxW1ulAv+YTlIORxYdgu KLIAn3XsWAeBtoe1tzr98my2myOdgwCX =Y9t4 -----END PGP SIGNATURE----- Merge tag 'microblaze-4.15-rc2' of git://git.monstr.eu/linux-2.6-microblaze Pull Microblaze fix from Michal Simek: "Add missing header to mmu_context_mm.h" * tag 'microblaze-4.15-rc2' of git://git.monstr.eu/linux-2.6-microblaze: microblaze: add missing include to mmu_context_mm.h
This commit is contained in:
commit
198e0c0c61
|
@ -13,6 +13,7 @@
|
|||
|
||||
#include <linux/atomic.h>
|
||||
#include <linux/mm_types.h>
|
||||
#include <linux/sched.h>
|
||||
|
||||
#include <asm/bitops.h>
|
||||
#include <asm/mmu.h>
|
||||
|
|
Loading…
Reference in New Issue