.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | /* |
---|
2 | 3 | * linux/arch/arm/mach-ep93xx/micro9.c |
---|
3 | 4 | * |
---|
.. | .. |
---|
5 | 6 | * Manfred Gruber <m.gruber@tirol.com> |
---|
6 | 7 | * Copyright (C) 2009 Contec Steuerungstechnik & Automation GmbH |
---|
7 | 8 | * Hubert Feurstein <hubert.feurstein@contec.at> |
---|
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/kernel.h> |
---|
.. | .. |
---|
16 | 13 | #include <linux/platform_device.h> |
---|
17 | 14 | #include <linux/io.h> |
---|
18 | 15 | |
---|
19 | | -#include <mach/hardware.h> |
---|
| 16 | +#include "hardware.h" |
---|
20 | 17 | |
---|
21 | 18 | #include <asm/mach-types.h> |
---|
22 | 19 | #include <asm/mach/arch.h> |
---|