.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
---|
1 | 2 | /* |
---|
2 | 3 | * arch/arm/mach-ep93xx/gesbc9312.c |
---|
3 | 4 | * Glomation GESBC-9312-sx support. |
---|
4 | 5 | * |
---|
5 | 6 | * Copyright (C) 2006 Lennert Buytenhek <buytenh@wantstofly.org> |
---|
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 (at |
---|
10 | | - * your option) any later version. |
---|
11 | 7 | */ |
---|
12 | 8 | |
---|
13 | 9 | #include <linux/kernel.h> |
---|
.. | .. |
---|
15 | 11 | #include <linux/platform_device.h> |
---|
16 | 12 | #include <linux/sizes.h> |
---|
17 | 13 | |
---|
18 | | -#include <mach/hardware.h> |
---|
| 14 | +#include "hardware.h" |
---|
19 | 15 | |
---|
20 | 16 | #include <asm/mach-types.h> |
---|
21 | 17 | #include <asm/mach/arch.h> |
---|