diff options
| author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2005-06-20 11:56:08 -0400 |
|---|---|---|
| committer | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2005-06-20 11:56:08 -0400 |
| 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 39dd33ff6f37..9d63a01214eb 100644 --- a/arch/arm/common/dmabounce.c +++ b/arch/arm/common/dmabounce.c | |||
| @@ -30,6 +30,8 @@ | |||
| 30 | #include <linux/dmapool.h> | 30 | #include <linux/dmapool.h> |
| 31 | #include <linux/list.h> | 31 | #include <linux/list.h> |
| 32 | 32 | ||
| 33 | #include <asm/cacheflush.h> | ||
| 34 | |||
| 33 | #undef DEBUG | 35 | #undef DEBUG |
| 34 | 36 | ||
| 35 | #undef STATS | 37 | #undef STATS |
