aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/fec.c
diff options
context:
space:
mode:
authorGreg Ungerer <gerg@snapgear.com>2007-07-30 16:28:46 +1000
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2007-07-30 10:49:31 -0700
commit080853afe3da90d3c54a2eea8a9ab6a2f814fb0e (patch)
tree6b987265cf97fa09671d9d2b13b207d3e53bbb83 /drivers/net/fec.c
parentMake lguest compile with CONFIG_BLOCK=n and CONFIG_NET=n (diff)
downloadlinux-dev-080853afe3da90d3c54a2eea8a9ab6a2f814fb0e.tar.xz
linux-dev-080853afe3da90d3c54a2eea8a9ab6a2f814fb0e.zip
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>
Diffstat (limited to 'drivers/net/fec.c')
-rw-r--r--drivers/net/fec.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/fec.c b/drivers/net/fec.c
index 03023dd17829..e3a1732d4c1e 100644
--- a/drivers/net/fec.c
+++ b/drivers/net/fec.c
@@ -47,6 +47,7 @@
#include <asm/uaccess.h>
#include <asm/io.h>
#include <asm/pgtable.h>
+#include <asm/cacheflush.h>
#if defined(CONFIG_M523x) || defined(CONFIG_M527x) || \
defined(CONFIG_M5272) || defined(CONFIG_M528x) || \