diff options
Diffstat (limited to 'arch/powerpc/include/asm/fsl_lbc.h')
| -rw-r--r-- | arch/powerpc/include/asm/fsl_lbc.h | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/powerpc/include/asm/fsl_lbc.h b/arch/powerpc/include/asm/fsl_lbc.h index 63a4f779f53..1b5a21041f9 100644 --- a/arch/powerpc/include/asm/fsl_lbc.h +++ b/arch/powerpc/include/asm/fsl_lbc.h @@ -95,8 +95,8 @@ struct fsl_lbc_bank {  };  struct fsl_lbc_regs { -	struct fsl_lbc_bank bank[8]; -	u8 res0[0x28]; +	struct fsl_lbc_bank bank[12]; +	u8 res0[0x8];  	__be32 mar;             /**< UPM Address Register */  	u8 res1[0x4];  	__be32 mamr;            /**< UPMA Mode Register */  |