sparc: Convert naked unsigned uses to unsigned int
[linux-2.6-block.git] / drivers / clk / shmobile / clk-div6.h
CommitLineData
1fae91ec
GU
1#ifndef __SHMOBILE_CLK_DIV6_H__
2#define __SHMOBILE_CLK_DIV6_H__
3
4struct clk *cpg_div6_register(const char *name, unsigned int num_parents,
5 const char **parent_names, void __iomem *reg);
6
7#endif