X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=arch%2Farm%2Finclude%2Fasm%2Fglobal_data.h;fp=arch%2Farm%2Finclude%2Fasm%2Fglobal_data.h;h=eb8c69ab81f468de26df53eb0a2797527c9fe76c;hb=b339051c0d45599c3c874141c52d912d78991dd4;hp=d147899dd3ac6d1dec33547cb144ef66f8807c75;hpb=f47e6ecd5d0cca61602a3d569b40a99d0bb7604a;p=karo-tx-uboot.git diff --git a/arch/arm/include/asm/global_data.h b/arch/arm/include/asm/global_data.h index d147899dd3..eb8c69ab81 100644 --- a/arch/arm/include/asm/global_data.h +++ b/arch/arm/include/asm/global_data.h @@ -35,6 +35,8 @@ struct arch_global_data { unsigned long pllb_rate_hz; unsigned long at91_pllb_usb_init; #endif + /* "static data" needed by most of timer.c on ARM platforms */ + unsigned long timer_rate_hz; }; /* @@ -61,7 +63,6 @@ typedef struct global_data { #endif #ifdef CONFIG_ARM /* "static data" needed by most of timer.c on ARM platforms */ - unsigned long timer_rate_hz; unsigned long tbl; unsigned long tbu; unsigned long long timer_reset_value;