pci-sh7751.c (e5451c8f8330e03ad3cfa16048b4daf961af434f) | pci-sh7751.c (ff4a7481c3898ffc3cc271d6aca431d190c37247) |
---|---|
1// SPDX-License-Identifier: GPL-2.0 |
|
1/* 2 * Low-Level PCI Support for the SH7751 3 * 4 * Copyright (C) 2003 - 2009 Paul Mundt 5 * Copyright (C) 2001 Dustin McIntire 6 * 7 * With cleanup by Paul van Gool <pvangool@mimotech.com>, 2003. | 2/* 3 * Low-Level PCI Support for the SH7751 4 * 5 * Copyright (C) 2003 - 2009 Paul Mundt 6 * Copyright (C) 2001 Dustin McIntire 7 * 8 * With cleanup by Paul van Gool <pvangool@mimotech.com>, 2003. |
8 * 9 * This file is subject to the terms and conditions of the GNU General Public 10 * License. See the file "COPYING" in the main directory of this archive 11 * for more details. | |
12 */ 13#include <linux/init.h> 14#include <linux/pci.h> 15#include <linux/types.h> 16#include <linux/errno.h> 17#include <linux/io.h> 18#include "pci-sh4.h" 19#include <asm/addrspace.h> --- 163 unchanged lines hidden --- | 9 */ 10#include <linux/init.h> 11#include <linux/pci.h> 12#include <linux/types.h> 13#include <linux/errno.h> 14#include <linux/io.h> 15#include "pci-sh4.h" 16#include <asm/addrspace.h> --- 163 unchanged lines hidden --- |