Renesas ARM SoC updates for v5.10
- Make two local functions static. -----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQQ9qaHoIs/1I4cXmEiKwlD9ZEnxcAUCX2Sh1wAKCRCKwlD9ZEnx cE6SAP9Py6LDJgWL/Ztc0p/HbmiGrcMaNu+gA9o0xB6BZV95SQEAxbp3U9XI9rlK 2uIknxAjL6uA7Tr+GeKZpKPWA/rWLgc= =l2HT -----END PGP SIGNATURE----- Merge tag 'renesas-arm-soc-for-v5.10-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel into arm/soc Renesas ARM SoC updates for v5.10 - Make two local functions static. * tag 'renesas-arm-soc-for-v5.10-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel: ARM: shmobile: rcar-gen2: Make rcar_gen2_{timer_init, reserve}() static Link: https://lore.kernel.org/r/20200918124800.15555-3-geert+renesas@glider.be Signed-off-by: Olof Johansson <olof@lixom.net>
This commit is contained in:
commit
7a5f0085db
@ -2,8 +2,6 @@
|
||||
#ifndef __ASM_RCAR_GEN2_H__
|
||||
#define __ASM_RCAR_GEN2_H__
|
||||
|
||||
void rcar_gen2_timer_init(void);
|
||||
void rcar_gen2_reserve(void);
|
||||
void rcar_gen2_pm_init(void);
|
||||
|
||||
#endif /* __ASM_RCAR_GEN2_H__ */
|
||||
|
@ -59,7 +59,7 @@ static unsigned int __init get_extal_freq(void)
|
||||
#define CNTCR 0
|
||||
#define CNTFID0 0x20
|
||||
|
||||
void __init rcar_gen2_timer_init(void)
|
||||
static void __init rcar_gen2_timer_init(void)
|
||||
{
|
||||
bool need_update = true;
|
||||
void __iomem *base;
|
||||
@ -174,7 +174,7 @@ static int __init rcar_gen2_scan_mem(unsigned long node, const char *uname,
|
||||
return 0;
|
||||
}
|
||||
|
||||
void __init rcar_gen2_reserve(void)
|
||||
static void __init rcar_gen2_reserve(void)
|
||||
{
|
||||
struct memory_reserve_config mrc;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user