diff options
author | Timur Tabi <timur@freescale.com> | 2006-11-28 12:09:35 -0600 |
---|---|---|
committer | Kim Phillips <kim.phillips@freescale.com> | 2006-11-28 23:34:30 -0600 |
commit | e857a5bdb3954b896c0920cb9d8d2b1b9c107ce5 (patch) | |
tree | 5cf5b826e4d28a46b249c07bac5dd218d804f510 /cpu/mpc83xx/interrupts.c | |
parent | be5e61815d5a1fac290ce9c0ef09cb6a8e4288fa (diff) | |
download | u-boot-imx-e857a5bdb3954b896c0920cb9d8d2b1b9c107ce5.zip u-boot-imx-e857a5bdb3954b896c0920cb9d8d2b1b9c107ce5.tar.gz u-boot-imx-e857a5bdb3954b896c0920cb9d8d2b1b9c107ce5.tar.bz2 |
mpc83xx: Miscellaneous code style fixes
Implement various code style fixes and similar changes.
Signed-off-by: Timur Tabi <timur@freescale.com>
Diffstat (limited to 'cpu/mpc83xx/interrupts.c')
-rw-r--r-- | cpu/mpc83xx/interrupts.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/cpu/mpc83xx/interrupts.c b/cpu/mpc83xx/interrupts.c index 98fccff..bb1fe1a 100644 --- a/cpu/mpc83xx/interrupts.c +++ b/cpu/mpc83xx/interrupts.c @@ -21,13 +21,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, * MA 02111-1307 USA - * - * Change log: - * - * Hacked for MPC8260 by Murray.Jensen@cmst.csiro.au, 22-Oct-00 - * - * 20050101: Eran Liberty (liberty@freescale.com) - * Initial file creating (porting from 85XX & 8260) */ #include <common.h> |