| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * arch/arm/mach-ixp4xx/common-pci.c |
|---|
| 3 | 4 | * |
|---|
| .. | .. |
|---|
| 8 | 9 | * Copyright (C) 2002 Intel Corporation. |
|---|
| 9 | 10 | * Copyright (C) 2003 Greg Ungerer <gerg@snapgear.com> |
|---|
| 10 | 11 | * Copyright (C) 2003-2004 MontaVista Software, Inc. |
|---|
| 11 | | - * |
|---|
| 12 | | - * This program is free software; you can redistribute it and/or modify |
|---|
| 13 | | - * it under the terms of the GNU General Public License version 2 as |
|---|
| 14 | | - * published by the Free Software Foundation. |
|---|
| 15 | | - * |
|---|
| 16 | 12 | */ |
|---|
| 17 | 13 | |
|---|
| 18 | 14 | #include <linux/sched.h> |
|---|
| .. | .. |
|---|
| 31 | 27 | |
|---|
| 32 | 28 | #include <asm/cputype.h> |
|---|
| 33 | 29 | #include <asm/irq.h> |
|---|
| 34 | | -#include <asm/sizes.h> |
|---|
| 30 | +#include <linux/sizes.h> |
|---|
| 35 | 31 | #include <asm/mach/pci.h> |
|---|
| 36 | 32 | #include <mach/hardware.h> |
|---|
| 37 | 33 | |
|---|