File tree Expand file tree Collapse file tree 2 files changed +0
-20
lines changed Expand file tree Collapse file tree 2 files changed +0
-20
lines changed Original file line number Diff line number Diff line change @@ -439,18 +439,6 @@ static int __init rcar_sysc_pd_init(void)
439
439
}
440
440
early_initcall (rcar_sysc_pd_init );
441
441
442
- void __init rcar_sysc_nullify (struct rcar_sysc_area * areas ,
443
- unsigned int num_areas , u8 id )
444
- {
445
- unsigned int i ;
446
-
447
- for (i = 0 ; i < num_areas ; i ++ )
448
- if (areas [i ].isr_bit == id ) {
449
- areas [i ].name = NULL ;
450
- return ;
451
- }
452
- }
453
-
454
442
#ifdef CONFIG_ARCH_R8A7779
455
443
static int rcar_sysc_power_cpu (unsigned int idx , bool on )
456
444
{
Original file line number Diff line number Diff line change @@ -71,12 +71,4 @@ extern const struct rcar_sysc_info r8a77980_sysc_info;
71
71
extern const struct rcar_sysc_info r8a77990_sysc_info ;
72
72
extern const struct rcar_sysc_info r8a77995_sysc_info ;
73
73
74
-
75
- /*
76
- * Helpers for fixing up power area tables depending on SoC revision
77
- */
78
-
79
- extern void rcar_sysc_nullify (struct rcar_sysc_area * areas ,
80
- unsigned int num_areas , u8 id );
81
-
82
74
#endif /* __SOC_RENESAS_RCAR_SYSC_H__ */
You can’t perform that action at this time.
0 commit comments