pci-sh7780.c (e5451c8f8330e03ad3cfa16048b4daf961af434f) pci-sh7780.c (ff4a7481c3898ffc3cc271d6aca431d190c37247)
1// SPDX-License-Identifier: GPL-2.0
1/*
2 * Low-Level PCI Support for the SH7780
3 *
4 * Copyright (C) 2005 - 2010 Paul Mundt
2/*
3 * Low-Level PCI Support for the SH7780
4 *
5 * Copyright (C) 2005 - 2010 Paul Mundt
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.
9 */
10#include <linux/types.h>
11#include <linux/kernel.h>
12#include <linux/init.h>
13#include <linux/pci.h>
14#include <linux/interrupt.h>
15#include <linux/timer.h>
16#include <linux/irq.h>

--- 395 unchanged lines hidden ---
6 */
7#include <linux/types.h>
8#include <linux/kernel.h>
9#include <linux/init.h>
10#include <linux/pci.h>
11#include <linux/interrupt.h>
12#include <linux/timer.h>
13#include <linux/irq.h>

--- 395 unchanged lines hidden ---