diff options
Diffstat (limited to 'drivers/net/fec.h')
-rw-r--r-- | drivers/net/fec.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/drivers/net/fec.h b/drivers/net/fec.h index 045761b8a600..965c5c49fcdc 100644 --- a/drivers/net/fec.h +++ b/drivers/net/fec.h | |||
@@ -1,11 +1,10 @@ | |||
1 | /****************************************************************************/ | 1 | /****************************************************************************/ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * fec.h -- Fast Ethernet Controller for Motorola ColdFire 5230, | 4 | * fec.h -- Fast Ethernet Controller for Motorola ColdFire SoC |
5 | * 5231, 5232, 5234, 5235, 5270, 5271, 5272, 5274, 5275, | 5 | * processors. |
6 | * 5280 and 5282. | ||
7 | * | 6 | * |
8 | * (C) Copyright 2000-2003, Greg Ungerer (gerg@snapgear.com) | 7 | * (C) Copyright 2000-2005, Greg Ungerer (gerg@snapgear.com) |
9 | * (C) Copyright 2000-2001, Lineo (www.lineo.com) | 8 | * (C) Copyright 2000-2001, Lineo (www.lineo.com) |
10 | */ | 9 | */ |
11 | 10 | ||
@@ -14,7 +13,8 @@ | |||
14 | #define FEC_H | 13 | #define FEC_H |
15 | /****************************************************************************/ | 14 | /****************************************************************************/ |
16 | 15 | ||
17 | #if defined(CONFIG_M523x) || defined(CONFIG_M527x) || defined(CONFIG_M528x) | 16 | #if defined(CONFIG_M523x) || defined(CONFIG_M527x) || defined(CONFIG_M528x) || \ |
17 | defined(CONFIG_M520x) | ||
18 | /* | 18 | /* |
19 | * Just figures, Motorola would have to change the offsets for | 19 | * Just figures, Motorola would have to change the offsets for |
20 | * registers in the same peripheral device on different models | 20 | * registers in the same peripheral device on different models |