diff options
author | Greg Ungerer <gerg@snapgear.com> | 2007-07-30 10:28:46 +0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-30 21:49:31 +0400 |
commit | 080853afe3da90d3c54a2eea8a9ab6a2f814fb0e (patch) | |
tree | 6b987265cf97fa09671d9d2b13b207d3e53bbb83 /drivers/net/fec.c | |
parent | 05ff09706bacc92ccadde3a74289118789581475 (diff) | |
download | linux-080853afe3da90d3c54a2eea8a9ab6a2f814fb0e.tar.xz |
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.c | 1 |
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) || \ |