Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 184653
b: refs/heads/master
c: 6ebe0d8
h: refs/heads/master
i:
  184651: e63492c
v: v3
  • Loading branch information
Paul Walmsley committed Jan 29, 2010
1 parent de956be commit 7d21744
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 44da0a51032f3d90a441bd80c2efe68532104980
refs/heads/master: 6ebe0d88f5fead21d6e1ac328acc683c173d26fc
6 changes: 6 additions & 0 deletions trunk/arch/arm/mach-omap2/clock2xxx.c
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ struct clk *vclk, *sclk, *dclk;
* Omap24xx specific clock functions
*-------------------------------------------------------------------------*/

#ifdef CONFIG_ARCH_OMAP2430

/**
* omap2430_clk_i2chs_find_idlest - return CM_IDLEST info for 2430 I2CHS
* @clk: struct clk * being enabled
Expand All @@ -69,6 +71,10 @@ static void omap2430_clk_i2chs_find_idlest(struct clk *clk,
*idlest_bit = clk->enable_bit;
}

#else
#define omap2430_clk_i2chs_find_idlest NULL
#endif

/* 2430 I2CHS has non-standard IDLEST register */
const struct clkops clkops_omap2430_i2chs_wait = {
.enable = omap2_dflt_clk_enable,
Expand Down

0 comments on commit 7d21744

Please sign in to comment.