mirror of
https://github.com/torvalds/linux.git
synced 2024-11-22 12:11:40 +00:00
919c385dde
As of commit 1e90fea35b
("ARM: shmobile: r8a7791: Use common R-Car
Gen2 machine definition"), there are no more users of
rcar_gen2_timer_init() and rcar_gen2_reserve() outside
arch/arm/mach-shmobile/setup-rcar-gen2.c.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
Link: https://lore.kernel.org/r/20200908074403.4379-1-geert+renesas@glider.be
8 lines
160 B
C
8 lines
160 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
#ifndef __ASM_RCAR_GEN2_H__
|
|
#define __ASM_RCAR_GEN2_H__
|
|
|
|
void rcar_gen2_pm_init(void);
|
|
|
|
#endif /* __ASM_RCAR_GEN2_H__ */
|