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