diff options
Diffstat (limited to 'include/asm-ppc/global_data.h')
| -rw-r--r-- | include/asm-ppc/global_data.h | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/include/asm-ppc/global_data.h b/include/asm-ppc/global_data.h index aade097fa..2bb50b47f 100644 --- a/include/asm-ppc/global_data.h +++ b/include/asm-ppc/global_data.h @@ -89,6 +89,9 @@ typedef	struct	global_data {  #if defined(CONFIG_MPC837X) || defined(CONFIG_MPC8536)  	u32 sdhc_clk;  #endif +#if defined(CONFIG_MPC85xx) || defined(CONFIG_MPC86xx) +	u32 lbc_clk; +#endif /* CONFIG_MPC85xx || CONFIG_MPC86xx */  #if defined(CONFIG_MPC83XX) || defined(CONFIG_MPC85xx) || defined(CONFIG_MPC86xx)  	u32 i2c1_clk;  	u32 i2c2_clk; |