ops-sh7786.c (e5451c8f8330e03ad3cfa16048b4daf961af434f) ops-sh7786.c (ff4a7481c3898ffc3cc271d6aca431d190c37247)
1// SPDX-License-Identifier: GPL-2.0
1/*
2 * Generic SH7786 PCI-Express operations.
3 *
4 * Copyright (C) 2009 - 2010 Paul Mundt
2/*
3 * Generic SH7786 PCI-Express operations.
4 *
5 * Copyright (C) 2009 - 2010 Paul Mundt
5 *
6 * This file is subject to the terms and conditions of the GNU General Public
7 * License v2. See the file "COPYING" in the main directory of this archive
8 * for more details.
9 */
10#include <linux/kernel.h>
11#include <linux/init.h>
12#include <linux/pci.h>
13#include <linux/io.h>
14#include <linux/spinlock.h>
15#include "pcie-sh7786.h"
16

--- 155 unchanged lines hidden ---
6 */
7#include <linux/kernel.h>
8#include <linux/init.h>
9#include <linux/pci.h>
10#include <linux/io.h>
11#include <linux/spinlock.h>
12#include "pcie-sh7786.h"
13

--- 155 unchanged lines hidden ---