.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0 |
---|
1 | 2 | /* |
---|
2 | 3 | * arch/sh/boards/superh/microdev/setup.c |
---|
3 | 4 | * |
---|
.. | .. |
---|
6 | 7 | * Copyright (C) 2004, 2005 Paul Mundt |
---|
7 | 8 | * |
---|
8 | 9 | * SuperH SH4-202 MicroDev board support. |
---|
9 | | - * |
---|
10 | | - * May be copied or modified under the terms of the GNU General Public |
---|
11 | | - * License. See linux/COPYING for more information. |
---|
12 | 10 | */ |
---|
13 | 11 | #include <linux/init.h> |
---|
14 | 12 | #include <linux/platform_device.h> |
---|
.. | .. |
---|
17 | 15 | #include <mach/microdev.h> |
---|
18 | 16 | #include <asm/io.h> |
---|
19 | 17 | #include <asm/machvec.h> |
---|
20 | | -#include <asm/sizes.h> |
---|
| 18 | +#include <linux/sizes.h> |
---|
21 | 19 | |
---|
22 | 20 | static struct resource smc91x_resources[] = { |
---|
23 | 21 | [0] = { |
---|