mirror of
https://github.com/torvalds/linux.git
synced 2024-12-03 17:41:22 +00: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
|