diff options
Diffstat (limited to 'arch/arm/mach-mediatek/mediatek.c')
-rw-r--r-- | arch/arm/mach-mediatek/mediatek.c | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/arch/arm/mach-mediatek/mediatek.c b/arch/arm/mach-mediatek/mediatek.c index 5a9c016b3c6c..f6f102fa9e23 100644 --- a/arch/arm/mach-mediatek/mediatek.c +++ b/arch/arm/mach-mediatek/mediatek.c | |||
@@ -1,18 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * Device Tree support for Mediatek SoCs | 3 | * Device Tree support for Mediatek SoCs |
3 | * | 4 | * |
4 | * Copyright (c) 2014 MundoReader S.L. | 5 | * Copyright (c) 2014 MundoReader S.L. |
5 | * Author: Matthias Brugger <matthias.bgg@gmail.com> | 6 | * Author: Matthias Brugger <matthias.bgg@gmail.com> |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License as published by | ||
9 | * the Free Software Foundation; either version 2 of the License, or | ||
10 | * (at your option) any later version. | ||
11 | * | ||
12 | * This program is distributed in the hope that it will be useful, | ||
13 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
15 | * GNU General Public License for more details. | ||
16 | */ | 7 | */ |
17 | #include <linux/init.h> | 8 | #include <linux/init.h> |
18 | #include <linux/io.h> | 9 | #include <linux/io.h> |