fs/reiserfs/journal.c: change return type of dirty_one_transaction
[linux/fpc-iii.git] / arch / sh / include / asm / clock.h
blobb65bc2908e8aafb8ca0ec9d9b43db518193c992d
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef __ASM_SH_CLOCK_H
3 #define __ASM_SH_CLOCK_H
5 #include <linux/sh_clk.h>
7 /* Should be defined by processor-specific code */
8 void __deprecated arch_init_clk_ops(struct sh_clk_ops **, int type);
9 int __init arch_clk_init(void);
11 /* arch/sh/kernel/cpu/clock-cpg.c */
12 int __init __deprecated cpg_clk_init(void);
14 /* arch/sh/kernel/cpu/clock.c */
15 int clk_init(void);
17 #endif /* __ASM_SH_CLOCK_H */