diff options
| author | 2016-07-29 13:17:34 -0700 | |
|---|---|---|
| committer | 2016-07-29 13:17:34 -0700 | |
| commit | 9d3bc3d4a42242ff73ae28afb080508cf5070161 (patch) | |
| tree | 491c992581105b9515ecf40c66e68512ea26733e /arch/arc/kernel | |
| parent | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/egtvedt/linux-avr32 (diff) | |
| parent | ARC: mm: don't loose PTE_SPECIAL in pte_modify() (diff) | |
| download | linux-dev-9d3bc3d4a42242ff73ae28afb080508cf5070161.tar.xz linux-dev-9d3bc3d4a42242ff73ae28afb080508cf5070161.zip | |
Merge tag 'arc-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc
Pull ARC updates from Vineet Gupta:
"Things have been calm here - nothing much except for a few fixes"
* tag 'arc-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc:
ARC: mm: don't loose PTE_SPECIAL in pte_modify()
ARC: dma: fix address translation in arc_dma_free
ARC: typo fix in mm/ioremap.c
ARC: fix linux-next build breakage
Diffstat (limited to 'arch/arc/kernel')
| -rw-r--r-- | arch/arc/kernel/setup.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arc/kernel/setup.c b/arch/arc/kernel/setup.c index 2ee7a4d758a8..5f8c0b47045a 100644 --- a/arch/arc/kernel/setup.c +++ b/arch/arc/kernel/setup.c @@ -14,6 +14,7 @@ #include <linux/module.h> #include <linux/cpu.h> #include <linux/of_fdt.h> +#include <linux/of.h> #include <linux/of_platform.h> #include <linux/cache.h> #include <asm/sections.h> |
