浏览代码

[PATCH] ARM: Add missed include for dmabounce.c

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Russell King 20 年之前
父节点
当前提交
14eb75b6f8
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      arch/arm/common/dmabounce.c

+ 2 - 0
arch/arm/common/dmabounce.c

@@ -30,6 +30,8 @@
 #include <linux/dmapool.h>
 #include <linux/dmapool.h>
 #include <linux/list.h>
 #include <linux/list.h>
 
 
+#include <asm/cacheflush.h>
+
 #undef DEBUG
 #undef DEBUG
 
 
 #undef STATS
 #undef STATS