diff options
author | Wolfgang Denk <wd@pollux.(none)> | 2005-12-04 00:40:34 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@pollux.(none)> | 2005-12-04 00:40:34 +0100 |
commit | f013dacf0a90667fbefe35580f8031a84caeb65e (patch) | |
tree | 7e6f5ecf1ce7d800c13b0342ba10d67486c52636 /cpu/mcf52x2 | |
parent | c75eba3b4140187cd0d9bd8049f5df4c49b6889b (diff) | |
download | talos-obmc-uboot-f013dacf0a90667fbefe35580f8031a84caeb65e.tar.gz talos-obmc-uboot-f013dacf0a90667fbefe35580f8031a84caeb65e.zip |
Code cleanup, especially MIPS for GCC 4.x
Diffstat (limited to 'cpu/mcf52x2')
-rw-r--r-- | cpu/mcf52x2/fec.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cpu/mcf52x2/fec.c b/cpu/mcf52x2/fec.c index 3bf3c8d547..a5c50af63c 100644 --- a/cpu/mcf52x2/fec.c +++ b/cpu/mcf52x2/fec.c @@ -567,4 +567,3 @@ int mcf52x2_miiphy_initialize(bd_t *bis) #endif return 0; } - |