Merge branch 'for-v3.18/ti-clk-driver' of github.com:t-kristo/linux-pm into clk-next

此提交包含在:
Mike Turquette
2014-09-29 23:38:59 -07:00
當前提交 82de1bc86c
共有 7 個檔案被更改,包括 63 行新增31 行删除

查看文件

@@ -300,8 +300,8 @@ static struct clk *_register_divider(struct device *dev, const char *name,
return clk;
}
static struct clk_div_table
__init *ti_clk_get_div_table(struct device_node *node)
static struct clk_div_table *
__init ti_clk_get_div_table(struct device_node *node)
{
struct clk_div_table *table;
const __be32 *divspec;