aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-sa1100/lart.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-sa1100/lart.c')
-rw-r--r--arch/arm/mach-sa1100/lart.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/arm/mach-sa1100/lart.c b/arch/arm/mach-sa1100/lart.c
index f69f78fc3ddd..51b0eb52c014 100644
--- a/arch/arm/mach-sa1100/lart.c
+++ b/arch/arm/mach-sa1100/lart.c
@@ -24,9 +24,6 @@
24 24
25#include "generic.h" 25#include "generic.h"
26 26
27
28#warning "include/asm/arch-sa1100/ide.h needs fixing for lart"
29
30static struct mcp_plat_data lart_mcp_data = { 27static struct mcp_plat_data lart_mcp_data = {
31 .mccr0 = MCCR0_ADM, 28 .mccr0 = MCCR0_ADM,
32 .sclk_rate = 11981000, 29 .sclk_rate = 11981000,
@@ -174,6 +171,6 @@ MACHINE_START(LART, "LART")
174 .init_irq = sa1100_init_irq, 171 .init_irq = sa1100_init_irq,
175 .init_machine = lart_init, 172 .init_machine = lart_init,
176 .init_late = sa11x0_init_late, 173 .init_late = sa11x0_init_late,
177 .timer = &sa1100_timer, 174 .init_time = sa1100_timer_init,
178 .restart = sa11x0_restart, 175 .restart = sa11x0_restart,
179MACHINE_END 176MACHINE_END