diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2005-06-20 16:56:08 +0100 |
---|---|---|
committer | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2005-06-20 16:56:08 +0100 |
commit | 14eb75b6f83e3213d752dfe821df2fa57efbe519 (patch) | |
tree | 112df7e0b511d1732639873d75119521cbd740eb | |
parent | 3ade2fe0fd0238d68938b8f5f73ebd0561d2d2e5 (diff) |
[PATCH] ARM: Add missed include for dmabounce.c
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
-rw-r--r-- | arch/arm/common/dmabounce.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/common/dmabounce.c b/arch/arm/common/dmabounce.c index 39dd33ff6f3..9d63a01214e 100644 --- a/arch/arm/common/dmabounce.c +++ b/arch/arm/common/dmabounce.c @@ -30,6 +30,8 @@ #include <linux/dmapool.h> #include <linux/list.h> +#include <asm/cacheflush.h> + #undef DEBUG #undef STATS |