Message ID | 9ee4e0c5-f100-86a2-bd4d-1d3287ceab31@infradead.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | sh: fix multiple function definition build errors | expand |
--- lnx-51-rc2.orig/arch/sh/boards/of-generic.c +++ lnx-51-rc2/arch/sh/boards/of-generic.c @@ -164,10 +164,10 @@ static struct sh_machine_vector __initmv struct sh_clk_ops; -void __init arch_init_clk_ops(struct sh_clk_ops **ops, int idx) +void __init __weak arch_init_clk_ops(struct sh_clk_ops **ops, int idx) { } -void __init plat_irq_setup(void) +void __init __weak plat_irq_setup(void) { }