diff options
Diffstat (limited to 'include/asm-generic/global_data.h')
-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 0c8801500f0..06523cab522 100644 --- a/include/asm-generic/global_data.h +++ b/include/asm-generic/global_data.h @@ -72,6 +72,10 @@ struct global_data { */ unsigned int mem_clk; /** + * @mon_len: monitor length in bytes + */ + unsigned int mon_len; + /** * @env_addr: address of environment structure * * @env_addr contains the address of the structure holding the @@ -116,10 +120,6 @@ struct global_data { */ phys_size_t ram_size; /** - * @mon_len: monitor length in bytes - */ - unsigned long mon_len; - /** * @irq_sp: IRQ stack pointer */ unsigned long irq_sp; |