Skip to content

Commit

Permalink
[ARM] Fix 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 d3997ab commit 4299051
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/kernel/ecard.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
#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

0 comments on commit 4299051

Please sign in to comment.