fixups-sdk7780.c (cf40a76e7d5874bb25f4404eecc58a2e033af885) fixups-sdk7780.c (ff4a7481c3898ffc3cc271d6aca431d190c37247)
1// SPDX-License-Identifier: GPL-2.0
1/*
2 * arch/sh/drivers/pci/fixups-sdk7780.c
3 *
4 * PCI fixups for the SDK7780SE03
5 *
6 * Copyright (C) 2003 Lineo uSolutions, Inc.
7 * Copyright (C) 2004 - 2006 Paul Mundt
8 * Copyright (C) 2006 Nobuhiro Iwamatsu
2/*
3 * arch/sh/drivers/pci/fixups-sdk7780.c
4 *
5 * PCI fixups for the SDK7780SE03
6 *
7 * Copyright (C) 2003 Lineo uSolutions, Inc.
8 * Copyright (C) 2004 - 2006 Paul Mundt
9 * Copyright (C) 2006 Nobuhiro Iwamatsu
9 *
10 * This file is subject to the terms and conditions of the GNU General Public
11 * License. See the file "COPYING" in the main directory of this archive
12 * for more details.
13 */
14#include <linux/pci.h>
15#include <linux/io.h>
16#include <linux/sh_intc.h>
17#include "pci-sh4.h"
18
19#define IRQ_INTA evt2irq(0xa20)
20#define IRQ_INTB evt2irq(0xa40)

--- 23 unchanged lines hidden ---
10 */
11#include <linux/pci.h>
12#include <linux/io.h>
13#include <linux/sh_intc.h>
14#include "pci-sh4.h"
15
16#define IRQ_INTA evt2irq(0xa20)
17#define IRQ_INTB evt2irq(0xa40)

--- 23 unchanged lines hidden ---