summaryrefslogtreecommitdiff
path: root/include/asm-ppc
diff options
context:
space:
mode:
authorGrzegorz Bernacki <gjb@semihalf.com>2008-01-11 12:03:43 +0100
committerWolfgang Denk <wd@denx.de>2008-01-12 15:37:49 +0100
commit5d49e0e152a8b81cc0602271e8fd259371f559b7 (patch)
treebf941fe2a7533b4a3152c4084d9c1be500365e6a /include/asm-ppc
parent66a9455b6bf46d69cec5c88d1a600d1d9a10670d (diff)
MPC512X: Cleanup bus clock names.
Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
Diffstat (limited to 'include/asm-ppc')
-rw-r--r--include/asm-ppc/global_data.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-ppc/global_data.h b/include/asm-ppc/global_data.h
index c3b5e8292e..aa6384c152 100644
--- a/include/asm-ppc/global_data.h
+++ b/include/asm-ppc/global_data.h
@@ -99,7 +99,7 @@ typedef struct global_data {
unsigned long pci_clk;
#endif
#if defined(CONFIG_MPC512X)
- u32 ipb_clk;
+ u32 ips_clk;
u32 csb_clk;
#endif /* CONFIG_MPC512X */
#if defined(CONFIG_MPC8220)