diff options
Diffstat (limited to 'arch/arm/mach-ixp4xx/common-pci.c')
-rw-r--r-- | arch/arm/mach-ixp4xx/common-pci.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/arch/arm/mach-ixp4xx/common-pci.c b/arch/arm/mach-ixp4xx/common-pci.c index a53104bb28f5..893c19c254e3 100644 --- a/arch/arm/mach-ixp4xx/common-pci.c +++ b/arch/arm/mach-ixp4xx/common-pci.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * arch/arm/mach-ixp4xx/common-pci.c | 3 | * arch/arm/mach-ixp4xx/common-pci.c |
3 | * | 4 | * |
@@ -8,11 +9,6 @@ | |||
8 | * Copyright (C) 2002 Intel Corporation. | 9 | * Copyright (C) 2002 Intel Corporation. |
9 | * Copyright (C) 2003 Greg Ungerer <gerg@snapgear.com> | 10 | * Copyright (C) 2003 Greg Ungerer <gerg@snapgear.com> |
10 | * Copyright (C) 2003-2004 MontaVista Software, Inc. | 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 | #include <linux/sched.h> | 14 | #include <linux/sched.h> |