mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-16 16:54:20 +08:00
1fae91ec99
Extract cpg_div6_register(), to allow registering div6 clocks from another clock driver. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8 lines
203 B
C
8 lines
203 B
C
#ifndef __SHMOBILE_CLK_DIV6_H__
|
|
#define __SHMOBILE_CLK_DIV6_H__
|
|
|
|
struct clk *cpg_div6_register(const char *name, unsigned int num_parents,
|
|
const char **parent_names, void __iomem *reg);
|
|
|
|
#endif
|