| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0 |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * SH7269 Setup |
|---|
| 3 | 4 | * |
|---|
| 4 | 5 | * Copyright (C) 2012 Renesas Electronics Europe Ltd |
|---|
| 5 | 6 | * Copyright (C) 2012 Phil Edworthy |
|---|
| 6 | | - * |
|---|
| 7 | | - * This file is subject to the terms and conditions of the GNU General Public |
|---|
| 8 | | - * License. See the file "COPYING" in the main directory of this archive |
|---|
| 9 | | - * for more details. |
|---|
| 10 | 7 | */ |
|---|
| 11 | 8 | #include <linux/platform_device.h> |
|---|
| 12 | 9 | #include <linux/init.h> |
|---|
| .. | .. |
|---|
| 15 | 12 | #include <linux/usb/r8a66597.h> |
|---|
| 16 | 13 | #include <linux/sh_timer.h> |
|---|
| 17 | 14 | #include <linux/io.h> |
|---|
| 15 | +#include <asm/platform_early.h> |
|---|
| 18 | 16 | |
|---|
| 19 | 17 | enum { |
|---|
| 20 | 18 | UNUSED = 0, |
|---|
| .. | .. |
|---|
| 565 | 563 | |
|---|
| 566 | 564 | void __init plat_early_device_setup(void) |
|---|
| 567 | 565 | { |
|---|
| 568 | | - early_platform_add_devices(sh7269_early_devices, |
|---|
| 566 | + sh_early_platform_add_devices(sh7269_early_devices, |
|---|
| 569 | 567 | ARRAY_SIZE(sh7269_early_devices)); |
|---|
| 570 | 568 | } |
|---|