]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/arm/include/asm/global_data.h
arm: Move timer_rate_hz into arch_global_data
[karo-tx-uboot.git] / arch / arm / include / asm / global_data.h
index d147899dd3ac6d1dec33547cb144ef66f8807c75..eb8c69ab81f468de26df53eb0a2797527c9fe76c 100644 (file)
@@ -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;