.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | /* |
---|
2 | 3 | * arch/arm/mach-pxa/colibri-pxa300.c |
---|
3 | 4 | * |
---|
.. | .. |
---|
5 | 6 | * |
---|
6 | 7 | * Daniel Mack <daniel@caiaq.de> |
---|
7 | 8 | * Matthias Meier <matthias.j.meier@gmx.net> |
---|
8 | | - * |
---|
9 | | - * This program is free software; you can redistribute it and/or modify |
---|
10 | | - * it under the terms of the GNU General Public License version 2 as |
---|
11 | | - * published by the Free Software Foundation. |
---|
12 | 9 | */ |
---|
13 | 10 | |
---|
14 | 11 | #include <linux/init.h> |
---|
.. | .. |
---|
18 | 15 | #include <linux/interrupt.h> |
---|
19 | 16 | |
---|
20 | 17 | #include <asm/mach-types.h> |
---|
21 | | -#include <asm/sizes.h> |
---|
| 18 | +#include <linux/sizes.h> |
---|
22 | 19 | #include <asm/mach/arch.h> |
---|
23 | 20 | #include <asm/mach/irq.h> |
---|
24 | 21 | |
---|