fixups-dreamcast.c (cf40a76e7d5874bb25f4404eecc58a2e033af885) | fixups-dreamcast.c (ff4a7481c3898ffc3cc271d6aca431d190c37247) |
---|---|
1// SPDX-License-Identifier: GPL-2.0 |
|
1/* 2 * arch/sh/drivers/pci/fixups-dreamcast.c 3 * 4 * PCI fixups for the Sega Dreamcast 5 * 6 * Copyright (C) 2001, 2002 M. R. Brown 7 * Copyright (C) 2002, 2003, 2006 Paul Mundt 8 * 9 * This file originally bore the message (with enclosed-$): 10 * Id: pci.c,v 1.3 2003/05/04 19:29:46 lethal Exp 11 * Dreamcast PCI: Supports SEGA Broadband Adaptor only. | 2/* 3 * arch/sh/drivers/pci/fixups-dreamcast.c 4 * 5 * PCI fixups for the Sega Dreamcast 6 * 7 * Copyright (C) 2001, 2002 M. R. Brown 8 * Copyright (C) 2002, 2003, 2006 Paul Mundt 9 * 10 * This file originally bore the message (with enclosed-$): 11 * Id: pci.c,v 1.3 2003/05/04 19:29:46 lethal Exp 12 * Dreamcast PCI: Supports SEGA Broadband Adaptor only. |
12 * 13 * This file is subject to the terms and conditions of the GNU General Public 14 * License. See the file "COPYING" in the main directory of this archive 15 * for more details. | |
16 */ 17 18#include <linux/sched.h> 19#include <linux/kernel.h> 20#include <linux/param.h> 21#include <linux/interrupt.h> 22#include <linux/init.h> 23#include <linux/irq.h> --- 65 unchanged lines hidden --- | 13 */ 14 15#include <linux/sched.h> 16#include <linux/kernel.h> 17#include <linux/param.h> 18#include <linux/interrupt.h> 19#include <linux/init.h> 20#include <linux/irq.h> --- 65 unchanged lines hidden --- |