浏览代码

sh_eth: Add asm/cacheflush.h

Add include asm/cacheflush.h,  because declaration of __flush_purge_region
moved to asm/cacheflush.h.

Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Nobuhiro Iwamatsu 15 年之前
父节点
当前提交
f568a926a3
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      drivers/net/sh_eth.c

+ 1 - 0
drivers/net/sh_eth.c

@@ -30,6 +30,7 @@
 #include <linux/phy.h>
 #include <linux/cache.h>
 #include <linux/io.h>
+#include <asm/cacheflush.h>
 
 #include "sh_eth.h"