Merge tag 'samsung-fixes-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/krzk...
[deliverable/linux.git] / arch / sh / boards / board-titan.c
CommitLineData
a09749dd 1/*
ea0f8fea
JL
2 * arch/sh/boards/titan/setup.c - Setup for Titan
3 *
4 * Copyright (C) 2006 Jamie Lenehan
5 *
6 * This file is subject to the terms and conditions of the GNU General Public
7 * License. See the file "COPYING" in the main directory of this archive
8 * for more details.
a09749dd 9 */
a09749dd 10#include <linux/init.h>
ea0f8fea 11#include <linux/irq.h>
7639a454 12#include <mach/titan.h>
a09749dd
JL
13#include <asm/io.h>
14
a09749dd
JL
15static void __init init_titan_irq(void)
16{
17 /* enable individual interrupt mode for externals */
d59645d6 18 plat_irq_setup_pins(IRQ_MODE_IRQ);
a09749dd
JL
19}
20
82f81f47 21static struct sh_machine_vector mv_titan __initmv = {
f655f5e9
PM
22 .mv_name = "Titan",
23 .mv_init_irq = init_titan_irq,
a09749dd 24};
This page took 1.726595 seconds and 5 git commands to generate.