diff options
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 @@ | |||
47 | #include <asm/uaccess.h> | 47 | #include <asm/uaccess.h> |
48 | #include <asm/io.h> | 48 | #include <asm/io.h> |
49 | #include <asm/pgtable.h> | 49 | #include <asm/pgtable.h> |
50 | #include <asm/cacheflush.h> | ||
50 | 51 | ||
51 | #if defined(CONFIG_M523x) || defined(CONFIG_M527x) || \ | 52 | #if defined(CONFIG_M523x) || defined(CONFIG_M527x) || \ |
52 | defined(CONFIG_M5272) || defined(CONFIG_M528x) || \ | 53 | defined(CONFIG_M5272) || defined(CONFIG_M528x) || \ |