.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0 |
---|
1 | 2 | /* |
---|
2 | 3 | * SH7723 Setup |
---|
3 | 4 | * |
---|
4 | 5 | * Copyright (C) 2008 Paul Mundt |
---|
5 | | - * |
---|
6 | | - * This file is subject to the terms and conditions of the GNU General Public |
---|
7 | | - * License. See the file "COPYING" in the main directory of this archive |
---|
8 | | - * for more details. |
---|
9 | 6 | */ |
---|
10 | 7 | #include <linux/platform_device.h> |
---|
11 | 8 | #include <linux/init.h> |
---|
.. | .. |
---|
19 | 16 | #include <linux/io.h> |
---|
20 | 17 | #include <asm/clock.h> |
---|
21 | 18 | #include <asm/mmzone.h> |
---|
| 19 | +#include <asm/platform_early.h> |
---|
22 | 20 | #include <cpu/sh7723.h> |
---|
23 | 21 | |
---|
24 | 22 | /* Serial */ |
---|
.. | .. |
---|
413 | 411 | |
---|
414 | 412 | void __init plat_early_device_setup(void) |
---|
415 | 413 | { |
---|
416 | | - early_platform_add_devices(sh7723_early_devices, |
---|
| 414 | + sh_early_platform_add_devices(sh7723_early_devices, |
---|
417 | 415 | ARRAY_SIZE(sh7723_early_devices)); |
---|
418 | 416 | } |
---|
419 | 417 | |
---|