]> git.proxmox.com Git - mirror_ubuntu-disco-kernel.git/blame - arch/arm/mach-footbridge/personal.c
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-disco-kernel.git] / arch / arm / mach-footbridge / personal.c
CommitLineData
b2441318 1// SPDX-License-Identifier: GPL-2.0
1da177e4
LT
2/*
3 * linux/arch/arm/mach-footbridge/personal.c
4 *
5 * Personal server (Skiff) machine fixup
6 */
7#include <linux/init.h>
70d13e08 8#include <linux/spinlock.h>
1da177e4
LT
9
10#include <asm/hardware/dec21285.h>
11#include <asm/mach-types.h>
12
13#include <asm/mach/arch.h>
14
15#include "common.h"
16
17MACHINE_START(PERSONAL_SERVER, "Compaq-PersonalServer")
e9dea0c6 18 /* Maintainer: Jamey Hicks / George France */
93ef8883 19 .atag_offset = 0x100,
e9dea0c6
RK
20 .map_io = footbridge_map_io,
21 .init_irq = footbridge_init_irq,
6bb27d73 22 .init_time = footbridge_timer_init,
6fca1e17 23 .restart = footbridge_restart,
1da177e4
LT
24MACHINE_END
25