summaryrefslogtreecommitdiff
path: root/ANDROID_3.4.5/arch/arm/mach-footbridge/personal.c
diff options
context:
space:
mode:
Diffstat (limited to 'ANDROID_3.4.5/arch/arm/mach-footbridge/personal.c')
-rw-r--r--ANDROID_3.4.5/arch/arm/mach-footbridge/personal.c24
1 files changed, 0 insertions, 24 deletions
diff --git a/ANDROID_3.4.5/arch/arm/mach-footbridge/personal.c b/ANDROID_3.4.5/arch/arm/mach-footbridge/personal.c
deleted file mode 100644
index e1e9990f..00000000
--- a/ANDROID_3.4.5/arch/arm/mach-footbridge/personal.c
+++ /dev/null
@@ -1,24 +0,0 @@
-/*
- * linux/arch/arm/mach-footbridge/personal.c
- *
- * Personal server (Skiff) machine fixup
- */
-#include <linux/init.h>
-#include <linux/spinlock.h>
-
-#include <asm/hardware/dec21285.h>
-#include <asm/mach-types.h>
-
-#include <asm/mach/arch.h>
-
-#include "common.h"
-
-MACHINE_START(PERSONAL_SERVER, "Compaq-PersonalServer")
- /* Maintainer: Jamey Hicks / George France */
- .atag_offset = 0x100,
- .map_io = footbridge_map_io,
- .init_irq = footbridge_init_irq,
- .timer = &footbridge_timer,
- .restart = footbridge_restart,
-MACHINE_END
-