projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae62416
)
Cleanup even more poorly introduced whitespace.
author
Jon Loeliger
<
[email protected]
>
Tue, 22 Aug 2006 23:26:08 +0000
(18:26 -0500)
committer
Jon Loeliger
<
[email protected]
>
Tue, 22 Aug 2006 23:26:08 +0000
(18:26 -0500)
include/mpc86xx.h
patch
|
blob
|
history
diff --git
a/include/mpc86xx.h
b/include/mpc86xx.h
index 4edeae1647776f6a0cea2f6b5d3836d7b46a332a..bc8ba3f2da2872ae9debdc9c2c9306e7b5678586 100644
(file)
--- a/
include/mpc86xx.h
+++ b/
include/mpc86xx.h
@@
-1,6
+1,6
@@
/*
* Copyright 2006 Freescale Semiconductor.
- * Jeffrey Brown
(
[email protected]
)
+ * Jeffrey Brown
* Srikanth Srinivasan (
[email protected]
)
*/
@@
-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__ */
-
-