mirror of
https://github.com/torvalds/linux.git
synced 2026-04-18 06:44:00 -04:00
MIPS: ralink: annotate prom_soc_init() with __init
prom_soc_init is only called from prom_init in arch/mips/ralink/prom.c, which is already annotated with __init, so annotate prom_soc_init with __init too. Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
This commit is contained in:
committed by
Thomas Bogendoerfer
parent
f766b28a5e
commit
8eb6eb4882
@@ -639,7 +639,7 @@ mt7628_dram_init(struct ralink_soc_info *soc_info)
|
||||
}
|
||||
}
|
||||
|
||||
void prom_soc_init(struct ralink_soc_info *soc_info)
|
||||
void __init prom_soc_init(struct ralink_soc_info *soc_info)
|
||||
{
|
||||
void __iomem *sysc = (void __iomem *) KSEG1ADDR(MT7620_SYSC_BASE);
|
||||
unsigned char *name = NULL;
|
||||
|
||||
Reference in New Issue
Block a user