Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4fe15ba0 authored by Russell King's avatar Russell King Committed by Russell King
Browse files

[ARM] Fix second missing declaration of cache_is_vivt()

parent 4299051e
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -41,7 +41,6 @@
#include <linux/device.h>
#include <linux/init.h>

#include <asm/cacheflush.h>
#include <asm/dma.h>
#include <asm/ecard.h>
#include <asm/hardware.h>
+1 −0
Original line number Diff line number Diff line
@@ -13,6 +13,7 @@
#ifndef __ASM_ARM_MMU_CONTEXT_H
#define __ASM_ARM_MMU_CONTEXT_H

#include <asm/cacheflush.h>
#include <asm/proc-fns.h>

#if __LINUX_ARM_ARCH__ >= 6