瀏覽代碼

sparc: Drop kbd_status and reset_status from global_data

These fields is not used on sparc, so punt them.

Signed-off-by: Simon Glass <sjg@chromium.org>
Simon Glass 12 年之前
父節點
當前提交
fa25c6f0cc
共有 1 個文件被更改,包括 0 次插入4 次删除
  1. 0 4
      arch/sparc/include/asm/global_data.h

+ 0 - 4
arch/sparc/include/asm/global_data.h

@@ -50,7 +50,6 @@ typedef struct global_data {
 
 	phys_size_t ram_size;		/* RAM size */
 	unsigned long reloc_off;	/* Relocation Offset */
-	unsigned long reset_status;	/* reset status register at boot        */
 	unsigned long env_addr;	/* Address  of Environment struct       */
 	unsigned long env_valid;	/* Checksum of Environment valid?       */
 	unsigned long have_console;	/* serial_init() was called */
@@ -72,9 +71,6 @@ typedef struct global_data {
 #ifdef CONFIG_MODEM_SUPPORT
 	unsigned long do_mdm_init;
 	unsigned long be_quiet;
-#endif
-#ifdef CONFIG_LWMON
-	unsigned long kbd_status;
 #endif
 	void	**jt;			/* jump table */
 	char	env_buf[32];		/* buffer for getenv() before reloc. */