aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-footbridge/personal.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-footbridge/personal.c')
-rw-r--r--arch/arm/mach-footbridge/personal.c13
1 files changed, 7 insertions, 6 deletions
diff --git a/arch/arm/mach-footbridge/personal.c b/arch/arm/mach-footbridge/personal.c
index 415086d7bbe..7bdeabdcd4d 100644
--- a/arch/arm/mach-footbridge/personal.c
+++ b/arch/arm/mach-footbridge/personal.c
@@ -4,6 +4,7 @@
* Personal server (Skiff) machine fixup
*/
#include <linux/init.h>
+#include <linux/spinlock.h>
#include <asm/hardware/dec21285.h>
#include <asm/mach-types.h>
@@ -13,11 +14,11 @@
#include "common.h"
MACHINE_START(PERSONAL_SERVER, "Compaq-PersonalServer")
- MAINTAINER("Jamey Hicks / George France")
- BOOT_MEM(0x00000000, DC21285_ARMCSR_BASE, 0xfe000000)
- BOOT_PARAMS(0x00000100)
- MAPIO(footbridge_map_io)
- INITIRQ(footbridge_init_irq)
- .timer = &footbridge_timer,
+ /* Maintainer: Jamey Hicks / George France */
+ .atag_offset = 0x100,
+ .map_io = footbridge_map_io,
+ .init_irq = footbridge_init_irq,
+ .init_time = footbridge_timer_init,
+ .restart = footbridge_restart,
MACHINE_END