aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap1/devices.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-omap1/devices.c')
-rw-r--r--arch/arm/mach-omap1/devices.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/arch/arm/mach-omap1/devices.c b/arch/arm/mach-omap1/devices.c
index 379100c17639..462b59c5d87a 100644
--- a/arch/arm/mach-omap1/devices.c
+++ b/arch/arm/mach-omap1/devices.c
@@ -73,12 +73,10 @@ static inline void omap_init_rtc(void) {}
73# define INT_DSP_MAILBOX1 INT_1610_DSP_MAILBOX1 73# define INT_DSP_MAILBOX1 INT_1610_DSP_MAILBOX1
74#endif 74#endif
75 75
76#define OMAP1_MBOX_BASE OMAP16XX_MAILBOX_BASE
77
78static struct resource mbox_resources[] = { 76static struct resource mbox_resources[] = {
79 { 77 {
80 .start = OMAP1_MBOX_BASE, 78 .start = OMAP16XX_MAILBOX_BASE,
81 .end = OMAP1_MBOX_BASE + OMAP1_MBOX_SIZE, 79 .end = OMAP16XX_MAILBOX_BASE + OMAP1_MBOX_SIZE,
82 .flags = IORESOURCE_MEM, 80 .flags = IORESOURCE_MEM,
83 }, 81 },
84 { 82 {