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)
439439}
440440early_initcall (rcar_sysc_pd_init );
441441
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-
454442#ifdef CONFIG_ARCH_R8A7779
455443static int rcar_sysc_power_cpu (unsigned int idx , bool on )
456444{
Original file line number Diff line number Diff line change @@ -71,12 +71,4 @@ extern const struct rcar_sysc_info r8a77980_sysc_info;
7171extern const struct rcar_sysc_info r8a77990_sysc_info ;
7272extern const struct rcar_sysc_info r8a77995_sysc_info ;
7373
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-
8274#endif /* __SOC_RENESAS_RCAR_SYSC_H__ */
You can’t perform that action at this time.
0 commit comments