diff options
author | Jon Loeliger <jdl@freescale.com> | 2006-08-22 18:26:08 -0500 |
---|---|---|
committer | Jon Loeliger <jdl@freescale.com> | 2006-08-22 18:26:08 -0500 |
commit | b93775c2036b99baa390ea425c4771895bbc63c4 (patch) | |
tree | 4908ca4982db5d0288ac817a9c53120541b59cb9 /include/mpc86xx.h | |
parent | ae6241685cbcf0c79a3636530d2ceab1fb291a94 (diff) |
Cleanup even more poorly introduced whitespace.
Diffstat (limited to 'include/mpc86xx.h')
-rw-r--r-- | include/mpc86xx.h | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/include/mpc86xx.h b/include/mpc86xx.h index 4edeae16477..bc8ba3f2da2 100644 --- a/include/mpc86xx.h +++ b/include/mpc86xx.h @@ -1,6 +1,6 @@ /* * Copyright 2006 Freescale Semiconductor. - * Jeffrey Brown (jeffrey@freescale.com) + * Jeffrey Brown * Srikanth Srinivasan (srikanth.srinivasan@freescale.com) */ @@ -70,10 +70,9 @@ #ifndef __ASSEMBLY__ -typedef struct -{ - unsigned long freqProcessor; - unsigned long freqSystemBus; +typedef struct { + unsigned long freqProcessor; + unsigned long freqSystemBus; } MPC86xx_SYS_INFO; #define l1icache_enable icache_enable @@ -115,5 +114,3 @@ static __inline__ unsigned long get_l2cr (void) #endif /* _ASMLANGUAGE */ #endif /* __MPC86xx_H__ */ - - |