Эх сурвалжийг харах

include cacheflush.h in FEC driver

Include cacheflush.h to get definitions for cache functions used
in this code.

Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Greg Ungerer 18 жил өмнө
parent
commit
080853afe3

+ 1 - 0
drivers/net/fec.c

@@ -47,6 +47,7 @@
 #include <asm/uaccess.h>
 #include <asm/uaccess.h>
 #include <asm/io.h>
 #include <asm/io.h>
 #include <asm/pgtable.h>
 #include <asm/pgtable.h>
+#include <asm/cacheflush.h>
 
 
 #if defined(CONFIG_M523x) || defined(CONFIG_M527x) || \
 #if defined(CONFIG_M523x) || defined(CONFIG_M527x) || \
     defined(CONFIG_M5272) || defined(CONFIG_M528x) || \
     defined(CONFIG_M5272) || defined(CONFIG_M528x) || \