.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | /* |
---|
2 | 3 | * linux/arch/arm/mach-pxa/generic.c |
---|
3 | 4 | * |
---|
.. | .. |
---|
6 | 7 | * Copyright: MontaVista Software Inc. |
---|
7 | 8 | * |
---|
8 | 9 | * Code common to all PXA machines. |
---|
9 | | - * |
---|
10 | | - * This program is free software; you can redistribute it and/or modify |
---|
11 | | - * it under the terms of the GNU General Public License version 2 as |
---|
12 | | - * published by the Free Software Foundation. |
---|
13 | 10 | * |
---|
14 | 11 | * Since this file should be linked before any other machine specific file, |
---|
15 | 12 | * the __initcall() here will be executed first. This serves as default |
---|