diff options
Diffstat (limited to 'ANDROID_3.4.5/arch/arm/mach-footbridge/ebsa285.c')
-rw-r--r-- | ANDROID_3.4.5/arch/arm/mach-footbridge/ebsa285.c | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/ANDROID_3.4.5/arch/arm/mach-footbridge/ebsa285.c b/ANDROID_3.4.5/arch/arm/mach-footbridge/ebsa285.c deleted file mode 100644 index 27716a7e..00000000 --- a/ANDROID_3.4.5/arch/arm/mach-footbridge/ebsa285.c +++ /dev/null @@ -1,26 +0,0 @@ -/* - * linux/arch/arm/mach-footbridge/ebsa285.c - * - * EBSA285 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(EBSA285, "EBSA285") - /* Maintainer: Russell King */ - .atag_offset = 0x100, - .video_start = 0x000a0000, - .video_end = 0x000bffff, - .map_io = footbridge_map_io, - .init_irq = footbridge_init_irq, - .timer = &footbridge_timer, - .restart = footbridge_restart, -MACHINE_END - |