fixups-snapgear.c (cf40a76e7d5874bb25f4404eecc58a2e033af885) fixups-snapgear.c (ff4a7481c3898ffc3cc271d6aca431d190c37247)
1// SPDX-License-Identifier: GPL-2.0
1/*
2 * arch/sh/drivers/pci/ops-snapgear.c
3 *
4 * Author: David McCullough <davidm@snapgear.com>
5 *
6 * Ported to new API by Paul Mundt <lethal@linux-sh.org>
7 *
8 * Highly leveraged from pci-bigsur.c, written by Dustin McIntire.
9 *
2/*
3 * arch/sh/drivers/pci/ops-snapgear.c
4 *
5 * Author: David McCullough <davidm@snapgear.com>
6 *
7 * Ported to new API by Paul Mundt <lethal@linux-sh.org>
8 *
9 * Highly leveraged from pci-bigsur.c, written by Dustin McIntire.
10 *
10 * May be copied or modified under the terms of the GNU General Public
11 * License. See linux/COPYING for more information.
12 *
13 * PCI initialization for the SnapGear boards
14 */
15#include <linux/kernel.h>
16#include <linux/types.h>
17#include <linux/init.h>
18#include <linux/pci.h>
19#include <linux/sh_intc.h>
20#include "pci-sh4.h"

--- 19 unchanged lines hidden ---
11 * PCI initialization for the SnapGear boards
12 */
13#include <linux/kernel.h>
14#include <linux/types.h>
15#include <linux/init.h>
16#include <linux/pci.h>
17#include <linux/sh_intc.h>
18#include "pci-sh4.h"

--- 19 unchanged lines hidden ---