diff options
-rw-r--r-- | include/asm-generic/global_data.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/asm-generic/global_data.h b/include/asm-generic/global_data.h index b09d4bc7d02..5dc09fcc98a 100644 --- a/include/asm-generic/global_data.h +++ b/include/asm-generic/global_data.h @@ -56,10 +56,6 @@ struct global_data { */ unsigned long flags; /** - * @baudrate: baud rate of the serial interface - */ - unsigned int baudrate; - /** * @cpu_clk: CPU clock rate in Hz */ unsigned long cpu_clk; @@ -76,6 +72,10 @@ struct global_data { */ unsigned int mon_len; /** + * @baudrate: baud rate of the serial interface + */ + unsigned int baudrate; + /** * @env_addr: address of environment structure * * @env_addr contains the address of the structure holding the |