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

--- 19 unchanged lines hidden ---
10 * PCI initialization for the Titan boards
11 */
12#include <linux/kernel.h>
13#include <linux/types.h>
14#include <linux/init.h>
15#include <linux/pci.h>
16#include <linux/io.h>
17#include <mach/titan.h>

--- 19 unchanged lines hidden ---