diff options
| -rw-r--r-- | arch/sh/boards/of-generic.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/sh/boards/of-generic.c b/arch/sh/boards/of-generic.c index 958f46da3a79..d91065e81a4e 100644 --- a/arch/sh/boards/of-generic.c +++ b/arch/sh/boards/of-generic.c | |||
| @@ -164,10 +164,10 @@ static struct sh_machine_vector __initmv sh_of_generic_mv = { | |||
| 164 | 164 | ||
| 165 | struct sh_clk_ops; | 165 | struct sh_clk_ops; |
| 166 | 166 | ||
| 167 | void __init arch_init_clk_ops(struct sh_clk_ops **ops, int idx) | 167 | void __init __weak arch_init_clk_ops(struct sh_clk_ops **ops, int idx) |
| 168 | { | 168 | { |
| 169 | } | 169 | } |
| 170 | 170 | ||
| 171 | void __init plat_irq_setup(void) | 171 | void __init __weak plat_irq_setup(void) |
| 172 | { | 172 | { |
| 173 | } | 173 | } |
