summaryrefslogtreecommitdiffstats
path: root/arch/avr32/include/asm/hmatrix-common.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/avr32/include/asm/hmatrix-common.h')
-rw-r--r--arch/avr32/include/asm/hmatrix-common.h2
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 4b7e6105dd..9a86fe4baa 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) \
OpenPOWER on IntegriCloud