Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 316625
b: refs/heads/master
c: 137f8a7
h: refs/heads/master
i:
  316623: eead2cb
v: v3
  • Loading branch information
Rob Herring authored and Mike Turquette committed Jul 19, 2012
1 parent 4fd9a48 commit acf3c91
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9f1612d351a8e57d3d694e828641d3e4eeb224f8
refs/heads/master: 137f8a7213d80c1388ca48280c1ef0856b6fec30
2 changes: 1 addition & 1 deletion trunk/drivers/clk/clkdev.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
static LIST_HEAD(clocks);
static DEFINE_MUTEX(clocks_mutex);

#ifdef CONFIG_OF
#if defined(CONFIG_OF) && defined(CONFIG_COMMON_CLK)
struct clk *of_clk_get(struct device_node *np, int index)
{
struct of_phandle_args clkspec;
Expand Down
2 changes: 1 addition & 1 deletion trunk/include/linux/clk.h
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ int clk_add_alias(const char *alias, const char *alias_dev_name, char *id,
struct device_node;
struct of_phandle_args;

#ifdef CONFIG_OF
#if defined(CONFIG_OF) && defined(CONFIG_COMMON_CLK)
struct clk *of_clk_get(struct device_node *np, int index);
struct clk *of_clk_get_by_name(struct device_node *np, const char *name);
struct clk *of_clk_get_from_provider(struct of_phandle_args *clkspec);
Expand Down

0 comments on commit acf3c91

Please sign in to comment.