| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0 |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * SH7722 Setup |
|---|
| 3 | 4 | * |
|---|
| 4 | 5 | * Copyright (C) 2006 - 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/init.h> |
|---|
| 11 | 8 | #include <linux/mm.h> |
|---|
| .. | .. |
|---|
| 21 | 18 | #include <asm/clock.h> |
|---|
| 22 | 19 | #include <asm/mmzone.h> |
|---|
| 23 | 20 | #include <asm/siu.h> |
|---|
| 21 | +#include <asm/platform_early.h> |
|---|
| 24 | 22 | |
|---|
| 25 | 23 | #include <cpu/dma-register.h> |
|---|
| 26 | 24 | #include <cpu/sh7722.h> |
|---|
| .. | .. |
|---|
| 515 | 513 | |
|---|
| 516 | 514 | void __init plat_early_device_setup(void) |
|---|
| 517 | 515 | { |
|---|
| 518 | | - early_platform_add_devices(sh7722_early_devices, |
|---|
| 516 | + sh_early_platform_add_devices(sh7722_early_devices, |
|---|
| 519 | 517 | ARRAY_SIZE(sh7722_early_devices)); |
|---|
| 520 | 518 | } |
|---|
| 521 | 519 | |
|---|