| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0 |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * Low-Level PCI Support for the SH7751 |
|---|
| 3 | 4 | * |
|---|
| .. | .. |
|---|
| 5 | 6 | * Copyright (C) 2001 Dustin McIntire |
|---|
| 6 | 7 | * |
|---|
| 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 | 9 | */ |
|---|
| 13 | 10 | #include <linux/init.h> |
|---|
| 14 | 11 | #include <linux/pci.h> |
|---|
| .. | .. |
|---|
| 17 | 14 | #include <linux/io.h> |
|---|
| 18 | 15 | #include "pci-sh4.h" |
|---|
| 19 | 16 | #include <asm/addrspace.h> |
|---|
| 20 | | -#include <asm/sizes.h> |
|---|
| 17 | +#include <linux/sizes.h> |
|---|
| 21 | 18 | |
|---|
| 22 | 19 | static int __init __area_sdram_check(struct pci_channel *chan, |
|---|
| 23 | 20 | unsigned int area) |
|---|