diff options
Diffstat (limited to 'arch/powerpc/include/asm/global_data.h')
| -rw-r--r-- | arch/powerpc/include/asm/global_data.h | 4 | 
1 files changed, 3 insertions, 1 deletions
| diff --git a/arch/powerpc/include/asm/global_data.h b/arch/powerpc/include/asm/global_data.h index 5a5877fc2..cb3a80bb2 100644 --- a/arch/powerpc/include/asm/global_data.h +++ b/arch/powerpc/include/asm/global_data.h @@ -38,7 +38,7 @@  typedef	struct	global_data {  	bd_t		*bd;  	unsigned long	flags; -	unsigned long	baudrate; +	unsigned int	baudrate;  	unsigned long	cpu_clk;	/* CPU clock in Hz! */  	unsigned long	bus_clk;  #if defined(CONFIG_8xx) @@ -63,6 +63,8 @@ typedef	struct	global_data {  	u32 tsec1_clk;  	u32 tsec2_clk;  	u32 usbdr_clk; +#elif defined(CONFIG_MPC8309) +	u32 usbdr_clk;  #endif  #if defined (CONFIG_MPC834x)  	u32 usbmph_clk; |