Skip to content

Commit

Permalink
[ARM] Fix second missing declaration of cache_is_vivt()
Browse files Browse the repository at this point in the history
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
  • Loading branch information
Russell King authored and Russell King committed Nov 6, 2005
1 parent 4299051 commit 4fe15ba
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion arch/arm/kernel/ecard.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
1 change: 1 addition & 0 deletions include/asm-arm/mmu_context.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4fe15ba

Please sign in to comment.