| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * linux/arch/arm/mach-pxa/colibri-pxa270.c |
|---|
| 3 | 4 | * |
|---|
| 4 | 5 | * Support for Toradex PXA270 based Colibri module |
|---|
| 5 | 6 | * Daniel Mack <daniel@caiaq.de> |
|---|
| 6 | 7 | * Marek Vasut <marek.vasut@gmail.com> |
|---|
| 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> |
|---|
| .. | .. |
|---|
| 24 | 21 | #include <asm/mach/arch.h> |
|---|
| 25 | 22 | #include <asm/mach/flash.h> |
|---|
| 26 | 23 | #include <asm/mach-types.h> |
|---|
| 27 | | -#include <asm/sizes.h> |
|---|
| 24 | +#include <linux/sizes.h> |
|---|
| 28 | 25 | |
|---|
| 29 | 26 | #include <mach/audio.h> |
|---|
| 30 | 27 | #include "colibri.h" |
|---|