| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0 |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * SH7264 Setup |
|---|
| 3 | 4 | * |
|---|
| 4 | 5 | * Copyright (C) 2012 Renesas Electronics Europe Ltd |
|---|
| 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> |
|---|
| .. | .. |
|---|
| 14 | 11 | #include <linux/usb/r8a66597.h> |
|---|
| 15 | 12 | #include <linux/sh_timer.h> |
|---|
| 16 | 13 | #include <linux/io.h> |
|---|
| 14 | +#include <asm/platform_early.h> |
|---|
| 17 | 15 | |
|---|
| 18 | 16 | enum { |
|---|
| 19 | 17 | UNUSED = 0, |
|---|
| .. | .. |
|---|
| 549 | 547 | |
|---|
| 550 | 548 | void __init plat_early_device_setup(void) |
|---|
| 551 | 549 | { |
|---|
| 552 | | - early_platform_add_devices(sh7264_early_devices, |
|---|
| 550 | + sh_early_platform_add_devices(sh7264_early_devices, |
|---|
| 553 | 551 | ARRAY_SIZE(sh7264_early_devices)); |
|---|
| 554 | 552 | } |
|---|