Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 296866
b: refs/heads/master
c: 2f5f89b
h: refs/heads/master
v: v3
  • Loading branch information
Samuel Ortiz committed Mar 6, 2012
1 parent b42c0ec commit bd59cb1
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 5a924d13ecdd433fd2c7eb268b72a2770ef2204a
refs/heads/master: 2f5f89be6f2216f93d44f2609b182df932a929b4
2 changes: 2 additions & 0 deletions trunk/drivers/mfd/88pm860x-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -542,6 +542,7 @@ int pm8606_osc_enable(struct pm860x_chip *chip, unsigned short client)
mutex_unlock(&chip->osc_lock);
return ret;
}
EXPORT_SYMBOL(pm8606_osc_enable);

int pm8606_osc_disable(struct pm860x_chip *chip, unsigned short client)
{
Expand Down Expand Up @@ -580,6 +581,7 @@ int pm8606_osc_disable(struct pm860x_chip *chip, unsigned short client)
mutex_unlock(&chip->osc_lock);
return ret;
}
EXPORT_SYMBOL(pm8606_osc_disable);

static void __devinit device_osc_init(struct i2c_client *i2c)
{
Expand Down

0 comments on commit bd59cb1

Please sign in to comment.