summaryrefslogtreecommitdiffstats
path: root/arch/mips/include/asm/global_data.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/include/asm/global_data.h')
-rw-r--r--arch/mips/include/asm/global_data.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/include/asm/global_data.h b/arch/mips/include/asm/global_data.h
index 6e2cdc72cf..a735a8a2c7 100644
--- a/arch/mips/include/asm/global_data.h
+++ b/arch/mips/include/asm/global_data.h
@@ -48,7 +48,7 @@ typedef struct global_data {
unsigned long tbl;
unsigned long lastinc;
#endif
- unsigned long baudrate;
+ unsigned int baudrate;
unsigned long have_console; /* serial_init() was called */
#ifdef CONFIG_PRE_CONSOLE_BUFFER
unsigned long precon_buf_idx; /* Pre-Console buffer index */
OpenPOWER on IntegriCloud