diff options
Diffstat (limited to 'arch/avr32/include/asm/hmatrix-common.h')
| -rw-r--r-- | arch/avr32/include/asm/hmatrix-common.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/arch/avr32/include/asm/hmatrix-common.h b/arch/avr32/include/asm/hmatrix-common.h index 4b7e6105d..9a86fe4ba 100644 --- a/arch/avr32/include/asm/hmatrix-common.h +++ b/arch/avr32/include/asm/hmatrix-common.h @@ -117,7 +117,7 @@ struct hmatrix_regs {  /* Register access macros */  #define __hmatrix_reg(reg)					\ -	(((volatile struct hmatrix_regs *)HMATRIX_BASE)->reg) +	(((volatile struct hmatrix_regs *)ATMEL_BASE_HMATRIX)->reg)  #define hmatrix_read(reg)					\  	(__hmatrix_reg(reg))  #define hmatrix_write(reg, value)				\ |