ppc: Move kbd_status to arch_global_data
[oweals/u-boot.git] / arch / powerpc / include / asm / global_data.h
index b138e6460b9898dee1edcfee8dfb491c8b1e47b7..ea675373c1007963615af3b729d9b07e275855b6 100644 (file)
@@ -128,6 +128,9 @@ struct arch_global_data {
 #if defined(CONFIG_WD_MAX_RATE)
        unsigned long long wdt_last;    /* trace watch-dog triggering rate */
 #endif
+#if defined(CONFIG_LWMON) || defined(CONFIG_LWMON5)
+       unsigned long kbd_status;
+#endif
 };
 
 /*
@@ -172,9 +175,6 @@ typedef     struct  global_data {
 #ifdef CONFIG_MODEM_SUPPORT
        unsigned long do_mdm_init;
        unsigned long be_quiet;
-#endif
-#if defined(CONFIG_LWMON) || defined(CONFIG_LWMON5)
-       unsigned long kbd_status;
 #endif
        void            **jt;           /* jump table */
        char            env_buf[32];    /* buffer for getenv() before reloc. */